Socket
Socket
Sign inDemoInstall

@ethersproject/sha2

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ethersproject/sha2 - npm Package Compare versions

Comparing version 5.0.8 to 5.0.9

2

lib.esm/_version.d.ts

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

export declare const version = "sha2/5.0.8";
export declare const version = "sha2/5.0.9";
//# sourceMappingURL=_version.d.ts.map

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

export const version = "sha2/5.0.8";
export const version = "sha2/5.0.9";
//# sourceMappingURL=_version.js.map

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

export declare const version = "sha2/5.0.8";
export declare const version = "sha2/5.0.9";
//# sourceMappingURL=_version.d.ts.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.version = "sha2/5.0.8";
exports.version = void 0;
exports.version = "sha2/5.0.9";
//# sourceMappingURL=_version.js.map

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

Object.defineProperty(exports, "__esModule", { value: true });
exports.computeHmac = exports.sha512 = exports.sha256 = exports.ripemd160 = void 0;
var hash_js_1 = __importDefault(require("hash.js"));

@@ -8,0 +9,0 @@ //const _ripemd160 = _hash.ripemd160;

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.SupportedAlgorithm = exports.sha512 = exports.sha256 = exports.ripemd160 = exports.computeHmac = void 0;
var sha2_1 = require("./sha2");
exports.computeHmac = sha2_1.computeHmac;
exports.ripemd160 = sha2_1.ripemd160;
exports.sha256 = sha2_1.sha256;
exports.sha512 = sha2_1.sha512;
Object.defineProperty(exports, "computeHmac", { enumerable: true, get: function () { return sha2_1.computeHmac; } });
Object.defineProperty(exports, "ripemd160", { enumerable: true, get: function () { return sha2_1.ripemd160; } });
Object.defineProperty(exports, "sha256", { enumerable: true, get: function () { return sha2_1.sha256; } });
Object.defineProperty(exports, "sha512", { enumerable: true, get: function () { return sha2_1.sha512; } });
var types_1 = require("./types");
exports.SupportedAlgorithm = types_1.SupportedAlgorithm;
Object.defineProperty(exports, "SupportedAlgorithm", { enumerable: true, get: function () { return types_1.SupportedAlgorithm; } });
//# sourceMappingURL=index.js.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.computeHmac = exports.sha512 = exports.sha256 = exports.ripemd160 = void 0;
var crypto_1 = require("crypto");

@@ -4,0 +5,0 @@ var bytes_1 = require("@ethersproject/bytes");

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.SupportedAlgorithm = void 0;
var SupportedAlgorithm;

@@ -4,0 +5,0 @@ (function (SupportedAlgorithm) {

@@ -26,3 +26,3 @@ {

],
"gitHead": "4f67ecdf628268724077ffbbde4b188cd48579ec",
"gitHead": "6c43e20e7a68f3f5a141c74527ec63d9fe8458be",
"keywords": [

@@ -48,5 +48,5 @@ "Ethereum",

"sideEffects": false,
"tarballHash": "0x71e05d00e39982f41d27c8d38dd4f57649581fa3626618e0e0e4bbad337d9051",
"tarballHash": "0x6a0c2d2d198932924fbe38e322c1de48beda1853d20f5bb77916d61000a7e0b7",
"types": "./lib/index.d.ts",
"version": "5.0.8"
"version": "5.0.9"
}

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

export const version = "sha2/5.0.8";
export const version = "sha2/5.0.9";

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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