@ethersproject/hash
Advanced tools
Comparing version 5.0.1 to 5.0.2
@@ -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" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
11519
15
125