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.5 to 5.0.6

2

lib.esm/_version.d.ts

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

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

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

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

@@ -100,2 +100,5 @@ "use strict";

}
if (headers["content-length"] == null) {
headers["content-length"] = { key: "Content-Length", value: String(body.length) };
}
}

@@ -102,0 +105,0 @@ const flatHeaders = {};

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

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

@@ -128,2 +128,5 @@ "use strict";

}
if (headers["content-length"] == null) {
headers["content-length"] = { key: "Content-Length", value: String(body.length) };
}
}

@@ -130,0 +133,0 @@ var flatHeaders = {};

@@ -17,3 +17,3 @@ {

"@ethersproject/properties": "^5.0.3",
"@ethersproject/strings": "^5.0.3"
"@ethersproject/strings": "^5.0.4"
},

@@ -40,5 +40,5 @@ "description": "Utility fucntions for managing web requests for ethers.",

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

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