Comparing version 3.0.0 to 3.0.1
{ | ||
"name": "des", | ||
"version": "3.0.0", | ||
"main": "des", | ||
"description": "A C++ module that does DES encryption.", | ||
"author": { | ||
"name": "Peteris Krumins", | ||
"email": "peteris.krumins@gmail.com", | ||
"web": "http://www.catonmat.net", | ||
"twitter": "pkrumins" | ||
}, | ||
"keywords" : [ "des", "encrypt", "encryption" ], | ||
"licenses": "GPL", | ||
"repository": { | ||
"type": "git", | ||
"url": "http://github.com/pkrumins/node-des.git" | ||
}, | ||
"engines": { | ||
"node" : ">=0.6.0" | ||
}, | ||
"scripts": { | ||
"install": "node-gyp configure build" | ||
} | ||
"name": "des", | ||
"version": "3.0.1", | ||
"main": "des", | ||
"description": "A C++ module that does DES encryption.", | ||
"author": { | ||
"name": "Peteris Krumins", | ||
"email": "peteris.krumins@gmail.com", | ||
"web": "http://www.catonmat.net", | ||
"twitter": "pkrumins" | ||
}, | ||
"keywords" : [ "des", "encrypt", "encryption" ], | ||
"licenses": "GPL", | ||
"repository": { | ||
"type": "git", | ||
"url": "http://github.com/pkrumins/node-des.git" | ||
}, | ||
"engines": { | ||
"node" : ">=0.6.0" | ||
}, | ||
"scripts": { | ||
"install": "node-gyp configure && node-gyp build" | ||
} | ||
} | ||
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
25589
12