Socket
Socket
Sign inDemoInstall

keccak

Package Overview
Dependencies
Maintainers
4
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 3.0.1 to 3.0.2

2

lib/api/keccak.js

@@ -1,2 +0,2 @@

const { Transform } = require('stream')
const { Transform } = require('readable-stream')

@@ -3,0 +3,0 @@ module.exports = (KeccakState) => class Keccak extends Transform {

@@ -1,2 +0,2 @@

const { Transform } = require('stream')
const { Transform } = require('readable-stream')

@@ -3,0 +3,0 @@ module.exports = (KeccakState) => class Shake extends Transform {

{
"name": "keccak",
"version": "3.0.1",
"version": "3.0.2",
"description": "Keccak sponge function family",

@@ -31,3 +31,4 @@ "keywords": [

"node-addon-api": "^2.0.0",
"node-gyp-build": "^4.2.0"
"node-gyp-build": "^4.2.0",
"readable-stream": "^3.6.0"
},

@@ -34,0 +35,0 @@ "engines": {

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