amazon-user-pool-srp-client
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -81,3 +81,3 @@ var sjcl = require('sjcl-aws') | ||
var hashStr = bigInt.toString(16) | ||
if (hashStr.length % 2 === 1) hashStr = `0${hashStr}` | ||
if (hashStr.length % 2 === 1) hashStr = '0' + hashStr | ||
else if ('89ABCDEFabcdef'.indexOf(hashStr[0]) !== -1) hashStr = '00' + hashStr | ||
@@ -84,0 +84,0 @@ return hashStr |
{ | ||
"name": "amazon-user-pool-srp-client", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"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