browserify-sign
Advanced tools
Comparing version 2.5.1 to 2.5.2
{ | ||
"name": "browserify-sign", | ||
"version": "2.5.1", | ||
"version": "2.5.2", | ||
"description": "", | ||
@@ -16,8 +16,6 @@ "main": "index.js", | ||
"dependencies": { | ||
"asn1.js": "^0.6.4", | ||
"asn1.js-rfc3280": "^0.5.1", | ||
"bn.js": "^0.15.2", | ||
"elliptic": "^0.15.14", | ||
"inherits": "^2.0.1", | ||
"pemstrip": "0.0.1", | ||
"parse-asn1": "^1.0.0", | ||
"readable-stream": "^1.0.33" | ||
@@ -24,0 +22,0 @@ }, |
// much of this based on https://github.com/indutny/self-signed/blob/gh-pages/lib/rsa.js | ||
var parseKeys = require('./parseKeys'); | ||
var parseKeys = require('parse-asn1'); | ||
var bn = require('bn.js'); | ||
@@ -4,0 +4,0 @@ var elliptic = require('elliptic'); |
// much of this based on https://github.com/indutny/self-signed/blob/gh-pages/lib/rsa.js | ||
var parseKeys = require('./parseKeys'); | ||
var parseKeys = require('parse-asn1'); | ||
var elliptic = require('elliptic'); | ||
@@ -4,0 +4,0 @@ var bn = require('bn.js'); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5
22721
29
348
+ Addedparse-asn1@^1.0.0
+ Addedparse-asn1@1.2.0(transitive)
- Removedasn1.js@^0.6.4
- Removedasn1.js-rfc3280@^0.5.1
- Removedpemstrip@0.0.1