Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

js-crypto-random

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

js-crypto-random - npm Package Compare versions

Comparing version 0.2.6 to 0.2.7

5

package.json
{
"name": "js-crypto-random",
"version": "0.2.6",
"version": "0.2.7",
"description": "Universal Module for Secure Random Generator in JavaScript",

@@ -39,6 +39,5 @@ "main": "dist/index.js",

"dependencies": {
"@babel/plugin-transform-regenerator": "^7.0.0",
"@babel/runtime": "^7.1.5",
"js-crypto-env": "^0.1.1"
"js-crypto-env": "^0.1.2"
}
}

4

README.md

@@ -24,3 +24,3 @@ Universal Module for Secure Random Generator in JavaScript

```shell
$ git clone https://github.com/junkurihara/js-crypto-utils.git
$ git clone https://github.com/junkurihara/jscu.git
$ cd js-crypto-utils/packages/js-crypto-random

@@ -37,3 +37,3 @@ & yarn build

The bundled file is also given as `js-crypt-random/dist/jscaes.js` for a use case where the module is imported as a `window.jscrandom` object via `script` tags.
The bundled file is also given as `js-crypto-random/dist/jscrandom.bundle.js` for a use case where the module is imported as a `window.jscrandom` object via `script` tags.

@@ -40,0 +40,0 @@ # Usage

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc