New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@types/keccak

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/keccak - npm Package Compare versions

Comparing version 3.0.0 to 3.0.1

6

keccak/index.d.ts

@@ -18,3 +18,4 @@ // Type definitions for keccak 3.0

update(data: string | Buffer, encoding?: BufferEncoding): Keccak;
digest(encoding?: BufferEncoding): Buffer;
digest(): Buffer;
digest(encoding: BufferEncoding): string;
}

@@ -25,3 +26,4 @@

update(data: string | Buffer, encoding?: BufferEncoding): Shake;
squeeze(dataByteLength: number, encoding?: BufferEncoding): Buffer;
squeeze(dataByteLength: number): Buffer;
squeeze(dataByteLength: number, encoding: BufferEncoding): string;
}

@@ -28,0 +30,0 @@

{
"name": "@types/keccak",
"version": "3.0.0",
"version": "3.0.1",
"description": "TypeScript definitions for keccak",

@@ -24,4 +24,4 @@ "license": "MIT",

},
"typesPublisherContentHash": "a8983e961bfa4750a0b7a85034e86a0dfdb3d03865c912f18a5cfe2626e1b6bc",
"typeScriptVersion": "2.8"
"typesPublisherContentHash": "520a127db93cc63d9e9a90ec06db91a5b5df100bac9dbe5a9dc31590858e750d",
"typeScriptVersion": "2.9"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Mon, 27 Apr 2020 13:14:36 GMT
* Last updated: Mon, 04 May 2020 07:05:43 GMT
* Dependencies: [@types/node](https://npmjs.com/package/@types/node)

@@ -14,0 +14,0 @@ * Global values: none

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