Skip to content

stream-utils/unique-hash-stream

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

unique-hash-stream

NPM version Build status Test coverage Dependency Status License Downloads Gittip

Filter duplicates from a stream based on a hashing function. By default, this hashing function is:

sha256sum(JSON.stringify(doc))

API

var stream = unique([fn])

Where you can supply your own hashing function.

About

Remove duplicates from a stream based on a hashing function

Resources

License

Stars

Watchers

Forks

Packages

No packages published