Socket
Socket
Sign inDemoInstall

@ethersproject/web

Package Overview
Dependencies
Maintainers
1
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ethersproject/web - npm Package Compare versions

Comparing version 5.0.6 to 5.0.7

2

lib.esm/_version.d.ts

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

export declare const version = "web/5.0.6";
export declare const version = "web/5.0.7";

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

export const version = "web/5.0.6";
export const version = "web/5.0.7";
//# sourceMappingURL=_version.js.map

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

if (isBytesLike(value)) {
if (type && (type.split("/")[0] === "text" || type === "application/json")) {
if (type && (type.split("/")[0] === "text" || type.split(";")[0].trim() === "application/json")) {
try {

@@ -35,0 +35,0 @@ return toUtf8String(value);

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

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

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

if (bytes_1.isBytesLike(value)) {
if (type && (type.split("/")[0] === "text" || type === "application/json")) {
if (type && (type.split("/")[0] === "text" || type.split(";")[0].trim() === "application/json")) {
try {

@@ -63,0 +63,0 @@ return strings_1.toUtf8String(value);

@@ -39,5 +39,5 @@ {

},
"tarballHash": "0x15cf7ac63d44623bbad9c1aa766639af3008658cea3bc6b9309bd0eb3f7f3e85",
"tarballHash": "0x1f274a77544d4f64d2f8a10c084670396dba509920a9fc5dbca2e321c7dde98d",
"types": "./lib/index.d.ts",
"version": "5.0.6"
"version": "5.0.7"
}

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