binary-stream-equals

Check if two binary streams have the same content

MIT License

Downloads
13.3K
Stars
4
Committers
1

binary-stream-equals

Check if two binary streams have the same content

npm install binary-stream-equals

(Only works with streamx and the latest versions of Node's readable-stream)

Usage

const streamEquals = require('binary-stream-equals')

// Note that streamEquals consumes and destroys the streams when done
const eq = await streamEquals(binaryStreamA, binaryStreamB)

License

MIT

Package Rankings
Top 8.45% on Npmjs.org