@ethersproject/hash
Advanced tools
Comparing version 5.0.0-beta.131 to 5.0.0-beta.132
@@ -1,1 +0,1 @@ | ||
export declare const version = "hash/5.0.0-beta.131"; | ||
export declare const version = "hash/5.0.0-beta.132"; |
@@ -1,1 +0,1 @@ | ||
export const version = "hash/5.0.0-beta.131"; | ||
export const version = "hash/5.0.0-beta.132"; |
@@ -13,3 +13,3 @@ "use strict"; | ||
try { | ||
let comps = name.split("."); | ||
const comps = name.split("."); | ||
for (let i = 0; i < comps.length; i++) { | ||
@@ -31,4 +31,4 @@ if (nameprep(comps[i]).length === 0) { | ||
while (name.length) { | ||
let partition = name.match(Partition); | ||
let label = toUtf8Bytes(nameprep(partition[3])); | ||
const partition = name.match(Partition); | ||
const label = toUtf8Bytes(nameprep(partition[3])); | ||
result = keccak256(concat([result, keccak256(label)])); | ||
@@ -35,0 +35,0 @@ name = partition[2] || ""; |
@@ -1,1 +0,1 @@ | ||
export declare const version = "hash/5.0.0-beta.131"; | ||
export declare const version = "hash/5.0.0-beta.132"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.version = "hash/5.0.0-beta.131"; | ||
exports.version = "hash/5.0.0-beta.132"; |
{ | ||
"name": "@ethersproject/hash", | ||
"version": "5.0.0-beta.131", | ||
"version": "5.0.0-beta.132", | ||
"description": "Hash utility functions for Ethereum.", | ||
@@ -31,3 +31,3 @@ "main": "./lib/index.js", | ||
"ethereum": "donations.ethers.eth", | ||
"tarballHash": "0x66828494e4ea7ac5497b0b3c1eb2de69b21a250d593758a3152062b4cfd66b47" | ||
"tarballHash": "0xbb7a734c36098ccd5559b81f6113f7d70bd57a0316f09896e84a912eb7fd97b4" | ||
} |
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
6846