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.0-beta.131 to 5.0.0-beta.132

2

lib.esm/_version.d.ts

@@ -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"
}
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