Socket
Socket
Sign inDemoInstall

brorand

Package Overview
Dependencies
0
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.4 to 1.0.5

8

index.js

@@ -44,2 +44,6 @@ var r;

var crypto = require('cry' + 'pto');
Rand.prototype._rand = function _rand(n) {
return crypto.randomBytes(n);
};
} catch (e) {

@@ -53,7 +57,3 @@ // Emulate crypto API using randy

};
return;
}
Rand.prototype._rand = function _rand(n) {
return crypto.randomBytes(n);
};
}
{
"name": "brorand",
"version": "1.0.4",
"version": "1.0.5",
"description": "Random number generator for browsers and node.js",

@@ -5,0 +5,0 @@ "main": "index.js",

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