Socket
Socket
Sign inDemoInstall

jsbn

Package Overview
Dependencies
0
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.0 to 0.1.1

17

index.js

@@ -1348,12 +1348,11 @@ (function(){

if (typeof exports !== 'undefined') {
exports = module.exports = {
BigInteger: BigInteger,
SecureRandom: SecureRandom,
};
} else {
this.BigInteger = BigInteger;
this.SecureRandom = SecureRandom;
}
BigInteger.SecureRandom = SecureRandom;
BigInteger.BigInteger = BigInteger;
if (typeof exports !== 'undefined') {
exports = module.exports = BigInteger;
} else {
this.BigInteger = BigInteger;
this.SecureRandom = SecureRandom;
}
}).call(this);
{
"name": "jsbn",
"version": "0.1.0",
"version": "0.1.1",
"description": "The jsbn library is a fast, portable implementation of large-number math in pure JavaScript, enabling public-key crypto and other applications on desktop and mobile browsers.",

@@ -20,3 +20,3 @@ "main": "index.js",

"author": "Tom Wu",
"license": "BSD"
"license": "MIT"
}
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