node-aes-gcm
Advanced tools
Comparing version 0.1.6 to 0.1.7
{ | ||
"name": "node-aes-gcm", | ||
"version": "0.1.6", | ||
"version": "0.1.7", | ||
"description": "AES GCM module for node.js that takes advantage of GCM authentication", | ||
"main": "build/Release/node_aes_gcm.node", | ||
"engines": { | ||
"node": ">=0.12" | ||
"node": ">= 0.12" | ||
}, | ||
@@ -17,5 +17,5 @@ "scripts": { | ||
"devDependencies": { | ||
"should": "^5.2.0", | ||
"buffertools": "^2.1.2", | ||
"mocha": "^2.2.1" | ||
"should": "8.x.x", | ||
"buffertools": "2.1.x", | ||
"mocha": "2.x.x" | ||
}, | ||
@@ -38,4 +38,4 @@ "keywords": [ | ||
"dependencies": { | ||
"nan": "~2.0.9" | ||
"nan": "2.3.x" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
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
24523