rsa-compat
Advanced tools
Comparing version 1.2.1 to 1.2.2
@@ -7,2 +7,5 @@ /*! | ||
'use strict'; | ||
require('buffer-v6-polyfill'); | ||
var RSA = {}; | ||
@@ -9,0 +12,0 @@ var NOBJ = {}; |
{ | ||
"name": "rsa-compat", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"description": "RSA utils that work on Windows, Mac, and Linux with or without C compiler", | ||
@@ -39,2 +39,3 @@ "main": "node.js", | ||
"dependencies": { | ||
"buffer-v6-polyfill": "^1.0.0", | ||
"node-forge": "^0.6.41" | ||
@@ -41,0 +42,0 @@ }, |
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
Network access
Supply chain riskThis module accesses the network.
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
54354
18
1211
3
1
+ Addedbuffer-v6-polyfill@^1.0.0
+ Addedbuffer-v6-polyfill@1.0.5(transitive)