node-aes-gcm
Advanced tools
Comparing version 0.1.4 to 0.1.5
{ | ||
"name": "node-aes-gcm", | ||
"version": "0.1.4", | ||
"version": "0.1.5", | ||
"description": "AES GCM module for node.js that takes advantage of GCM authentication", | ||
@@ -14,5 +14,5 @@ "main": "build/Release/node_aes_gcm.node", | ||
"devDependencies": { | ||
"should": "2.1.x", | ||
"buffertools": "1.1.x", | ||
"mocha": "1.15.x" | ||
"should": "^5.2.0", | ||
"buffertools": "^2.1.2", | ||
"mocha": "^2.2.1" | ||
}, | ||
@@ -32,4 +32,4 @@ "keywords": [ | ||
"dependencies": { | ||
"nan": "1.4.x" | ||
"nan": "^1.7.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
23266
+ Addednan@1.9.0(transitive)
- Removednan@1.4.3(transitive)
Updatednan@^1.7.0