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 1.3.0 to 1.4.0

10

package.json
{
"name": "keccak",
"version": "1.3.0",
"version": "1.4.0",
"description": "Keccak sponge function family",

@@ -34,3 +34,3 @@ "keywords": [

"coverage-lcov": "npm run coverage && nyc report -r lcov",
"install": "prebuild-install || node-gyp rebuild || echo \"Keccak bindings compilation fail. Pure JS implementation will be used.\"",
"install": "npm run rebuild || echo \"Keccak bindings compilation fail. Pure JS implementation will be used.\"",
"libkeccak": "./util/libkeccak.sh",

@@ -40,4 +40,3 @@ "lint": "standard",

"test": "npm run lint && npm run unit",
"unit": "tape test/index.js",
"unit-ci": "npm run unit && prebuild-ci"
"unit": "tape test/index.js"
},

@@ -48,3 +47,2 @@ "dependencies": {

"nan": "^2.2.1",
"prebuild-install": "^2.0.0",
"safe-buffer": "^5.1.0"

@@ -55,4 +53,2 @@ },

"nyc": "^11.0.2",
"prebuild": "^6.0.0",
"prebuild-ci": "^2.2.0",
"proxyquire": "^1.7.10",

@@ -59,0 +55,0 @@ "standard": "^10.0.2",

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