Comparing version 3.1.0 to 3.1.1
@@ -1,4 +0,3 @@ | ||
"use strict"; | ||
(function(root) { | ||
"use strict"; | ||
@@ -5,0 +4,0 @@ function checkInt(value) { |
{ | ||
"name": "aes-js", | ||
"version": "3.1.0", | ||
"version": "3.1.1", | ||
"bugs": { | ||
@@ -10,3 +10,3 @@ "url": "http://github.com/ricmoo/aes-js/issues", | ||
"devDependencies": { | ||
"nodeunit": "0.9.1" | ||
"nodeunit": "^0.9.1" | ||
}, | ||
@@ -13,0 +13,0 @@ "main": "index.js", |
@@ -106,3 +106,3 @@ AES-JS | ||
var key_192_array = new Uint8Array(key_192); | ||
var key_258_array = new Uint8Array(key_256); | ||
var key_256_array = new Uint8Array(key_256); | ||
@@ -112,3 +112,3 @@ // or, you may use Buffer in node.js: | ||
var key_192_buffer = new Buffer(key_192); | ||
var key_258_buffer = new Buffer(key_256); | ||
var key_256_buffer = new Buffer(key_256); | ||
``` | ||
@@ -115,0 +115,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
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
2430476
14