rsa-encrypt.js
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -6,3 +6,3 @@ import RSAKey from './rsakey' | ||
constructor (key) { | ||
this.setPublicKey(key) | ||
if (key) this.setPublicKey(key) | ||
} | ||
@@ -9,0 +9,0 @@ |
@@ -23,3 +23,3 @@ 'use strict'; | ||
this.setPublicKey(key); | ||
if (key) this.setPublicKey(key); | ||
} | ||
@@ -26,0 +26,0 @@ |
{ | ||
"name": "rsa-encrypt.js", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "RSA for browser with small code size", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.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
61921
15
2184