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

@ethersproject/hash

Package Overview
Dependencies
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ethersproject/hash - npm Package Compare versions

Comparing version 5.0.1 to 5.0.2

lib.esm/_version.js.map

2

lib.esm/_version.d.ts

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

export declare const version = "hash/5.0.1";
export declare const version = "hash/5.0.2";

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

export const version = "hash/5.0.1";
export const version = "hash/5.0.2";
//# sourceMappingURL=_version.js.map

@@ -25,2 +25,3 @@ "use strict";

export function namehash(name) {
/* istanbul ignore if */
if (typeof (name) !== "string") {

@@ -52,1 +53,2 @@ logger.throwArgumentError("invalid address - " + String(name), "name", name);

}
//# sourceMappingURL=index.js.map

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

export declare const version = "hash/5.0.1";
export declare const version = "hash/5.0.2";
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.version = "hash/5.0.1";
exports.version = "hash/5.0.2";
//# sourceMappingURL=_version.js.map

@@ -27,2 +27,3 @@ "use strict";

function namehash(name) {
/* istanbul ignore if */
if (typeof (name) !== "string") {

@@ -57,1 +58,2 @@ logger.throwArgumentError("invalid address - " + String(name), "name", name);

exports.hashMessage = hashMessage;
//# sourceMappingURL=index.js.map

@@ -29,5 +29,5 @@ {

},
"tarballHash": "0xa58296f25a3833d6c593ef8f1697daf6198c39cbb321713fc71621012be0af40",
"tarballHash": "0x67be7478a02fc46b7d58c2d24f1b48b53c583e9088a912fdc53866a3f8a47d96",
"types": "./lib/index.d.ts",
"version": "5.0.1"
"version": "5.0.2"
}
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