amazon-user-pool-srp-client
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -224,3 +224,3 @@ // A small implementation of BigInteger based on http://www-cs-students.stanford.edu/~tjw/jsbn/ | ||
function bnToString(b) { | ||
if (this.s < 0) return "-" + this.negate().toString(); | ||
if (this.s < 0) return "-" + this.negate().toString(b); | ||
var k; | ||
@@ -227,0 +227,0 @@ if (b == 16) k = 4; |
{ | ||
"name": "amazon-user-pool-srp-client", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "standalone srp client for amazon user pool service", | ||
@@ -5,0 +5,0 @@ "main": "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
2049
28303
4