Socket
Socket
Sign inDemoInstall

@ethersproject/hash

Package Overview
Dependencies
25
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.0.10 to 5.0.11

lib.esm/_version.d.ts.map

3

lib.esm/_version.d.ts

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

export declare const version = "hash/5.0.10";
export declare const version = "hash/5.0.11";
//# sourceMappingURL=_version.d.ts.map

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

export const version = "hash/5.0.10";
export const version = "hash/5.0.11";
//# sourceMappingURL=_version.js.map
export declare function id(text: string): string;
//# sourceMappingURL=id.d.ts.map

@@ -6,1 +6,2 @@ import { id } from "./id";

export { id, namehash, isValidName, messagePrefix, hashMessage, _TypedDataEncoder, };
//# sourceMappingURL=index.d.ts.map
import { Bytes } from "@ethersproject/bytes";
export declare const messagePrefix = "\u0019Ethereum Signed Message:\n";
export declare function hashMessage(message: Bytes | string): string;
//# sourceMappingURL=message.d.ts.map
export declare function isValidName(name: string): boolean;
export declare function namehash(name: string): string;
//# sourceMappingURL=namehash.d.ts.map

@@ -29,1 +29,2 @@ import { TypedDataDomain, TypedDataField } from "@ethersproject/abstract-signer";

}
//# sourceMappingURL=typed-data.d.ts.map

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

export declare const version = "hash/5.0.10";
export declare const version = "hash/5.0.11";
//# sourceMappingURL=_version.d.ts.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.version = "hash/5.0.10";
exports.version = "hash/5.0.11";
//# sourceMappingURL=_version.js.map
export declare function id(text: string): string;
//# sourceMappingURL=id.d.ts.map

@@ -6,1 +6,2 @@ import { id } from "./id";

export { id, namehash, isValidName, messagePrefix, hashMessage, _TypedDataEncoder, };
//# sourceMappingURL=index.d.ts.map
import { Bytes } from "@ethersproject/bytes";
export declare const messagePrefix = "\u0019Ethereum Signed Message:\n";
export declare function hashMessage(message: Bytes | string): string;
//# sourceMappingURL=message.d.ts.map
export declare function isValidName(name: string): boolean;
export declare function namehash(name: string): string;
//# sourceMappingURL=namehash.d.ts.map

@@ -29,1 +29,2 @@ import { TypedDataDomain, TypedDataField } from "@ethersproject/abstract-signer";

}
//# sourceMappingURL=typed-data.d.ts.map

@@ -25,3 +25,3 @@ {

],
"gitHead": "e0ccafb140ad8a10353a49909b8d425ba71b87de",
"gitHead": "4f67ecdf628268724077ffbbde4b188cd48579ec",
"keywords": [

@@ -47,5 +47,5 @@ "Ethereum",

"sideEffects": false,
"tarballHash": "0x5a052aee0de625bf3f72102603f0a215f696e0903d6bdc65ca5b87312163e9fe",
"tarballHash": "0x6f10c8eec974df4039ff9dc4805770e7cb25da537d642deb4125c8d8a44dfbe0",
"types": "./lib/index.d.ts",
"version": "5.0.10"
"version": "5.0.11"
}

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

export const version = "hash/5.0.10";
export const version = "hash/5.0.11";
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc