Socket
Socket
Sign inDemoInstall

keccak

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

keccak - npm Package Compare versions

Comparing version 0.0.1 to 0.1.0

binding.gyp

59

package.json
{
"name": "keccak",
"version": "0.0.1"
"version": "0.1.0",
"description": "Keccak sponge function family",
"keywords": [
"sha3",
"sha-3",
"keccak",
"shake"
],
"bugs": {
"url": "https://github.com/cryptocoinjs/keccak/issues"
},
"license": "MIT",
"contributors": [
"Kirill Fomichev <fanatid@ya.ru> (https://github.com/fanatid)"
],
"files": [
"lib",
"src",
"binding.gyp",
"bindings.js",
"index.js",
"js.js"
],
"main": "./index.js",
"repository": {
"type": "git",
"url": "https://github.com/cryptocoinjs/keccak.git"
},
"scripts": {
"clean": "node-gyp clean",
"coverage": "nyc tape test/index.js",
"coverage-lcov": "npm run coverage && nyc report -r lcov",
"install": "npm run rebuild || echo \"Keccak bindings compilation fail. Pure JS implementation will be used.\"",
"libkeccak": "./util/libkeccak.sh",
"lint": "standard",
"rebuild": "node-gyp rebuild",
"test": "npm run lint && npm run unit",
"unit": "tape test/index.js"
},
"dependencies": {
"bindings": "^1.2.1",
"inherits": "^2.0.1",
"nan": "^2.2.1"
},
"devDependencies": {
"browserify": "^13.0.0",
"node-gyp": "^3.3.1",
"nyc": "^10.0.0",
"standard": "*",
"tape": "^4.5.1"
},
"engines": {
"node": ">=4"
},
"gypfile": true,
"browser": {
"./index.js": "./js.js"
}
}
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