Comparing version 1.0.0 to 1.1.0
{ | ||
"name": "sha3", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"description": "A Node.js C++ extension for SHA-3 (Keccak)", | ||
@@ -17,3 +17,4 @@ "keywords": [ | ||
"scripts": { | ||
"install": "node-gyp rebuild" | ||
"install": "node-gyp rebuild", | ||
"test": "python test/generate_tests.py > test/test_vectors.js && node test/test_vectors.js && mocha test/unit_tests.js" | ||
}, | ||
@@ -27,7 +28,13 @@ "gypfile": true, | ||
"email": "hongli@phusion.nl" | ||
}, | ||
}, | ||
"license": "MIT", | ||
"engines": { | ||
"node": ">= 0.8" | ||
}, | ||
"dependencies": { | ||
"nan": "^1.5.1" | ||
}, | ||
"devDependencies": { | ||
"mocha": "^2.1.0" | ||
} | ||
} |
@@ -5,2 +5,6 @@ # A Node.js C++ extension for SHA-3 (Keccak) | ||
**This repository is currently unmaintained. If you're interested in taking over maintenance, please open a Github issue.** | ||
[![Build Status](https://travis-ci.org/phusion/node-sha3.svg?branch=master)](https://travis-ci.org/phusion/node-sha3) | ||
[<img src="http://www.phusion.nl/assets/logo.png">](http://www.phusion.nl/) | ||
@@ -46,6 +50,7 @@ | ||
python test/generate_tests.py > test/test_vectors.js | ||
node test/test_vectors.js | ||
npm test | ||
The test suite is automatically generated from Keccak's reference test suite. | ||
It requires that you have Python 2.7 installed and available via the | ||
`python` executable. | ||
@@ -52,0 +57,0 @@ ## Warning |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
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
5434380
25
105
62
1
1
+ Addednan@^1.5.1
+ Addednan@1.9.0(transitive)