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.0.7 to 5.0.8

2

lib.esm/_version.d.ts

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

export declare const version = "bytes/5.0.7";
export declare const version = "bytes/5.0.8";

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

export const version = "bytes/5.0.7";
export const version = "bytes/5.0.8";
//# sourceMappingURL=_version.js.map

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

const v = value[i];
if (v < 0 || v >= 256 || (v % 1)) {
if (typeof (v) !== "number" || v < 0 || v >= 256 || (v % 1)) {
return false;

@@ -40,0 +40,0 @@ }

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

export declare const version = "bytes/5.0.7";
export declare const version = "bytes/5.0.8";
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.version = "bytes/5.0.7";
exports.version = "bytes/5.0.8";
//# sourceMappingURL=_version.js.map

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

var v = value[i];
if (v < 0 || v >= 256 || (v % 1)) {
if (typeof (v) !== "number" || v < 0 || v >= 256 || (v % 1)) {
return false;

@@ -42,0 +42,0 @@ }

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

],
"gitHead": "211defa27f85af111e81b400a18922f35dff21e1",
"gitHead": "1c4259881a43b87a8a0e6603fb5030f1993e64f5",
"keywords": [

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

"sideEffects": false,
"tarballHash": "0x5214e9a9ce03a07a98b5c2eb30713ca5e90ae04e69367a93806b951b20ae854b",
"tarballHash": "0xd9e749a0a18668dd6fd71da0f55afc0006d8b809d3c3f7b971ed9b76180e340c",
"types": "./lib/index.d.ts",
"version": "5.0.7"
"version": "5.0.8"
}

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

export const version = "bytes/5.0.7";
export const version = "bytes/5.0.8";

@@ -82,7 +82,6 @@ "use strict";

const v = value[i];
if (v < 0 || v >= 256 || (v % 1)) {
if (typeof(v) !== "number" || v < 0 || v >= 256 || (v % 1)) {
return false;
}
}
return true;

@@ -89,0 +88,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