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

keccakjs

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

keccakjs - npm Package Compare versions

Comparing version 0.2.1 to 0.2.2

circle.yml

11

package.json
{
"name": "keccakjs",
"version": "0.2.1",
"version": "0.2.2",
"description": "Keccak hash (SHA3) in Node.js and in the browser. Fast & simple.",
"main": "index.js",
"scripts": {
"test": "exit 0"
"lint": "standard",
"test": "tape ./test/index.js"
},

@@ -24,3 +25,7 @@ "author": {

},
"browser": "browser.js"
"browser": "browser.js",
"devDependencies": {
"standard": "^12.0.0",
"tape": "^4.9.0"
}
}

@@ -18,3 +18,3 @@ # Keccak.js

hash.update('hello')
hash.update(new Buffer('42004200', 'hex'))
hash.update(Buffer.from('42004200', 'hex'))
hash.digest() // binary output

@@ -21,0 +21,0 @@ hash.digest('hex') // hex output

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