Socket
Socket
Sign inDemoInstall

@ethersproject/bytes

Package Overview
Dependencies
Maintainers
1
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ethersproject/bytes - npm Package Compare versions

Comparing version 5.0.0-beta.136 to 5.0.0-beta.137

2

lib.esm/_version.d.ts

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

export declare const version = "bytes/5.0.0-beta.136";
export declare const version = "bytes/5.0.0-beta.137";

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

export const version = "bytes/5.0.0-beta.136";
export const version = "bytes/5.0.0-beta.137";

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

result.unshift(value & 0xff);
value /= 256;
value = parseInt(String(value / 256));
}

@@ -55,0 +55,0 @@ if (result.length === 0) {

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

export declare const version = "bytes/5.0.0-beta.136";
export declare const version = "bytes/5.0.0-beta.137";
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.version = "bytes/5.0.0-beta.136";
exports.version = "bytes/5.0.0-beta.137";

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

result.unshift(value & 0xff);
value /= 256;
value = parseInt(String(value / 256));
}

@@ -58,0 +58,0 @@ if (result.length === 0) {

@@ -28,5 +28,5 @@ {

},
"tarballHash": "0xb6ffce56dff4aca505d1e9c305fa32b0c480a7bce7699836efd237c205862f05",
"tarballHash": "0x3d2417d4cb0959c001b4ddce421878f9a496a785533d0b994403e77a2747ae71",
"types": "./lib/index.d.ts",
"version": "5.0.0-beta.136"
"version": "5.0.0-beta.137"
}
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