get-random-values

`window.crypto.getRandomValues` with fallback to Node.js crypto

MIT License

Downloads
615.8K
Stars
18
Committers
4

Bot releases are visible (Hide)

get-random-values - 3.0.0 Latest Release

Published by github-actions[bot] about 1 year ago

3.0.0 (2023-09-21)

⚠ BREAKING CHANGES

  • Node.js v14 and v16 are no longer supported.

Features

  • drop Node.js v14 and v16 (329c91b)
get-random-values - 2.1.0

Published by github-actions[bot] over 1 year ago

2.1.0 (2023-03-26)

Features

  • add TypeScript declarations (9a7f39f)
get-random-values - 2.0.0

Published by github-actions[bot] over 2 years ago

2.0.0 (2022-06-25)

⚠ BREAKING CHANGES

  • Node.js v10 and v12 are no longer supported.

Features

  • drop Node.js v10 and v12 support (1e727b9)
get-random-values - 1.2.2

Published by github-actions[bot] about 4 years ago

1.2.2 (2020-08-25)

Bug Fixes

  • update copyright year to 2020 (4761fef)
get-random-values - 1.2.1

Published by github-actions[bot] about 4 years ago

1.2.1 (2020-08-25)

Bug Fixes

get-random-values -

Published by kenany almost 9 years ago

  • #4: A TypeError is now thrown if you attempt to use Node.js crypto on anything but an Uint8Array
  • #6: Mutated array/buffer is now returned
  • #7: Added a missing semicolon
  • #8: tape@^4.4.0
  • #9: lodash.foreach@^3.0.3
  • #10: lodash.isfunction@^3.0.6
  • #11: Removed testling stuff
  • #12: Updated copyright year
get-random-values -

Published by kenany about 10 years ago

  • Fixed bug where browsers without crypto would try to use require('crypto').randomBytes
  • Removed extra semicolon
  • testling
get-random-values -

Published by kenany about 10 years ago

  • #3: Removed broquire dependency is favor of the browser field in package.json. This means one less dependency whilst still preventing browserify from shimming Node.js crypto.
get-random-values -

Published by kenany about 10 years ago

  • #1: Added .travis.yml and build status badge
  • #2: Added Gemnasium dependency status badge
get-random-values -

Published by kenany about 10 years ago

Initial release