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

sha3

Package Overview
Dependencies
Maintainers
1
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 2.1.2 to 2.1.3

2

index.d.ts

@@ -22,2 +22,4 @@ declare class Hasher {

export const SHAKE: typeof Hasher;
export default SHA3;

22

package.json
{
"name": "sha3",
"version": "2.1.2",
"version": "2.1.3",
"description": "The Keccak family of hashing algorithms.",

@@ -35,16 +35,16 @@ "main": "index.js",

"devDependencies": {
"@babel/cli": "7.8.4",
"@babel/core": "7.8.7",
"@babel/preset-env": "7.8.7",
"@babel/register": "7.8.6",
"@types/node": "13.9.1",
"@babel/cli": "7.10.4",
"@babel/core": "7.10.4",
"@babel/preset-env": "7.10.4",
"@babel/register": "7.10.4",
"@types/node": "14.0.23",
"babel-eslint": "10.1.0",
"eslint": "6.8.0",
"eslint-plugin-ante": "1.0.3",
"mocha": "7.1.0",
"nyc": "15.0.0"
"eslint": "7.4.0",
"eslint-plugin-ante": "1.0.4",
"mocha": "8.0.1",
"nyc": "15.1.0"
},
"dependencies": {
"buffer": "5.5.0"
"buffer": "5.6.0"
}
}
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