Random Bytes Readable Stream Versions Save

Creates a readable stream producing cryptographically strong pseudo-random data using `crypto.randomBytes()`

v3.0.0

2 years ago

Breaking

  • Require Node.js 12.20 ae9b4c5
  • This package is now pure ESM. Please read this.

https://github.com/sindresorhus/random-bytes-readable-stream/compare/v2.1.0...v3.0.0

v2.1.0

5 years ago
  • Refactor TypeScript definition to CommonJS compatible export (#3) 2f329fe

https://github.com/sindresorhus/random-bytes-readable-stream/compare/v2.0.0...v2.1.0

v2.0.0

5 years ago

Breaking:

  • Require Node.js 8 (#2) f9cf43e

Enhancements:

  • Add TypeScript definition (#2) f9cf43e

https://github.com/sindresorhus/random-bytes-readable-stream/compare/v1.0.0...v2.0.0