Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

sha3

Package Overview
Dependencies
Maintainers
2
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sha3 - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

.travis.yml

13

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc