Socket
Socket
Sign inDemoInstall

random-js

Package Overview
Dependencies
0
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
2Next

2.1.0

Diff

ckknight
published 2.0.0 •

Changelog

Source

2.0.0 (2019-04-01)

  • Release 2.0.0 (no code changes from 2.0.0-rc5)
ckknight
published 2.0.0-rc5 •

Changelog

Source

2.0.0-rc5 (2019-03-15)

  • Add sourcemaps
ckknight
published 2.0.0-rc4 •

Changelog

Source

2.0.0-rc4 (2019-03-15)

  • Improve minified bundle size
  • Add "sideEffects": false to package.json as a hint to Webpack
ckknight
published 2.0.0-rc3 •

Changelog

Source

2.0.0-rc3 (2019-03-10)

  • Provide a binding for try-catch to help parsing issues #30
ckknight
published 2.0.0-rc2 •

Changelog

Source

2.0.0-rc2 (2019-02-20)

  • Added nodeCrypto engine
  • Exposed createEntropy function, which can be used when seeding a Mersenne Twister
  • Changed browserCrypto to no longer be null if outside of a browser context, instead throwing on first use.
ckknight
published 2.0.0-rc1 •

Changelog

Source

2.0.0-rc1 (2019-02-17)

  • Converted to TypeScript, with type definitions available.
  • Using ESNext-style modules (though still available as UMD)
  • Changed exports so that they are not available on the Random class, but instead in a flat hierarchy.
  • Switched from jasmine to jest
  • Using rollup to package the build
  • Changed .travis.yml node versions
ckknight
published 1.0.8 •

Changelog

Source

1.0.8 (2015-10-13)

  • add getUseCount() to the mt19937 engine, which returns how many requests or discards have occurred.
ckknight
published 1.0.7 •

Changelog

Source

1.0.7 (2015-10-13)

  • the current time is now used in Random.generateEntropyArray
ckknight
published 1.0.6 •

Changelog

Source

1.0.6 (2015-09-28)

  • removed the optionalDependencies in package.json "benchmark" and "microtime".
2Next
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc