node-aes-gcm
Advanced tools
Comparing version 0.2.2 to 0.2.3
{ | ||
"name": "node-aes-gcm", | ||
"version": "0.2.2", | ||
"version": "0.2.3", | ||
"description": "AES GCM module for node.js that takes advantage of GCM authentication", | ||
@@ -17,5 +17,5 @@ "main": "build/Release/node_aes_gcm.node", | ||
"devDependencies": { | ||
"should": "11.x.x", | ||
"should": "13.x.x", | ||
"buffertools": "2.1.x", | ||
"mocha": "3.x.x" | ||
"mocha": "4.x.x" | ||
}, | ||
@@ -38,4 +38,4 @@ "keywords": [ | ||
"dependencies": { | ||
"nan": "2.6.x" | ||
"nan": "2.8.x" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
38771