node-aes-gcm
Advanced tools
Comparing version 0.1.2 to 0.1.3
{ | ||
"name": "node-aes-gcm", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "AES GCM module for node.js that takes advantage of GCM authentication", | ||
"main": "build/Release/node_aes_gcm.node", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"install": "node-gyp rebuild" | ||
"test": "mocha -R spec" | ||
}, | ||
@@ -14,2 +13,7 @@ "repository": { | ||
}, | ||
"devDependencies": { | ||
"should": "2.1.x", | ||
"buffertools": "1.1.x", | ||
"mocha": "1.15.x" | ||
}, | ||
"keywords": [ | ||
@@ -16,0 +20,0 @@ "AES", |
Sorry, the diff of this file is not supported yet
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
24242
7
156
2
1
3
1