Socket
Socket
Sign inDemoInstall

@ethersproject/bytes

Package Overview
Dependencies
1
Maintainers
1
Versions
45
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.6.0 to 5.6.1

2

lib.esm/_version.d.ts

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

export declare const version = "bytes/5.6.0";
export declare const version = "bytes/5.6.1";
//# sourceMappingURL=_version.d.ts.map

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

export const version = "bytes/5.6.0";
export const version = "bytes/5.6.1";
//# sourceMappingURL=_version.js.map

@@ -72,3 +72,3 @@ "use strict";

if (options.hexPad === "left") {
hex = "0x0" + hex.substring(2);
hex = "0" + hex;
}

@@ -75,0 +75,0 @@ else if (options.hexPad === "right") {

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

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

@@ -76,3 +76,3 @@ "use strict";

if (options.hexPad === "left") {
hex = "0x0" + hex.substring(2);
hex = "0" + hex;
}

@@ -79,0 +79,0 @@ else if (options.hexPad === "right") {

@@ -18,3 +18,3 @@ {

],
"gitHead": "b8cda5dffdcb688e38d7c6a0aec4c7b8b59c1af5",
"gitHead": "ef1b28e958b50cea7ff44da43b3c5ff054e4b483",
"keywords": [

@@ -42,5 +42,5 @@ "Ethereum",

"sideEffects": false,
"tarballHash": "0xc7e0cbde21c544c2ca2ec8cb806ad1c3781ef1820c97dc24f65a9a0a96a4c5ad",
"tarballHash": "0xa59fd505043bda60a605ac83d7691a6b0f861cc8b16b0c56e6fb5ad0519aa475",
"types": "./lib/index.d.ts",
"version": "5.6.0"
"version": "5.6.1"
}

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

export const version = "bytes/5.6.0";
export const version = "bytes/5.6.1";

@@ -121,3 +121,3 @@ "use strict";

if (options.hexPad === "left") {
hex = "0x0" + hex.substring(2);
hex = "0" + hex;
} else if (options.hexPad === "right") {

@@ -124,0 +124,0 @@ hex += "0";

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc