Socket
Socket
Sign inDemoInstall

@ethersproject/keccak256

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ethersproject/keccak256 - npm Package Compare versions

Comparing version 5.0.2 to 5.0.3

2

lib.esm/_version.d.ts

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

export declare const version = "keccak256/5.0.2";
export declare const version = "keccak256/5.0.3";

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

export const version = "keccak256/5.0.2";
export const version = "keccak256/5.0.3";
//# sourceMappingURL=_version.js.map

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

export declare const version = "keccak256/5.0.2";
export declare const version = "keccak256/5.0.3";
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.version = "keccak256/5.0.2";
exports.version = "keccak256/5.0.3";
//# sourceMappingURL=_version.js.map
{
"author": "Richard Moore <me@ricmoo.com>",
"dependencies": {
"@ethersproject/bytes": "^5.0.0",
"@ethersproject/bytes": "^5.0.4",
"js-sha3": "0.5.7"

@@ -27,5 +27,5 @@ },

},
"tarballHash": "0x961eff393e3b49a74c1fccf8bd0b4c89151b13a774346e0a39c5f0c298aec77e",
"tarballHash": "0x7d31a8968c835e8e01460c7689d75349a6da927a60bf1411989ae5fe0d0ba93e",
"types": "./lib/index.d.ts",
"version": "5.0.2"
"version": "5.0.3"
}
KECCAK256 Hash Function
=======================
**EXPERIMENTAL**
This sub-module is part of the [ethers project](https://github.com/ethers-io/ethers.js).
Please see the [ethers](https://github.com/ethers-io/ethers.js) repository
for more informations.
It is responsible for the identify function (i.e. KECCAK256) use in Ethereum.
API
---
For more information, see the [documentation](https://docs.ethers.io/v5/api/utils/hashing/#utils-keccak256).
`@TODO`
Importing
---------
Most users will prefer to use the [umbrella package](https://www.npmjs.com/package/ethers),
but for those with more specific needs, individual components can be imported.
```javascript
const {
keccak256
} = require("@ethersproject/keccak256");
```
License

@@ -15,0 +27,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