browserify-aes
Advanced tools
Comparing version 1.1.1 to 1.2.0
@@ -82,2 +82,5 @@ var AuthCipher = require('./authCipher') | ||
var padded = last[15] | ||
if (padded < 1 || padded > 16) { | ||
throw new Error('unable to decrypt data') | ||
} | ||
var i = -1 | ||
@@ -84,0 +87,0 @@ while (++i < padded) { |
{ | ||
"name": "browserify-aes", | ||
"version": "1.1.1", | ||
"version": "1.2.0", | ||
"description": "aes, for browserify", | ||
@@ -5,0 +5,0 @@ "browser": "browser.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
29767
958