You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

ethers

Package Overview
Dependencies
Maintainers
1
Versions
333
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ethers - npm Package Compare versions

Comparing version
6.14.0
to
6.14.1
+5
-0
CHANGELOG.md

@@ -6,2 +6,7 @@ Change Log

ethers/v6.14.1 (2025-05-15 14:17)
---------------------------------
- Fix JSON-RPC authorizationList signature entries encoded as DATA instead of QUANTITY values ([#4916](https://github.com/ethers-io/ethers.js/issues/4916); [135db72](https://github.com/ethers-io/ethers.js/commit/135db722756b81f44f55441e1e2d24ef4f85f216)).
ethers/v6.14.0 (2025-05-06 22:02)

@@ -8,0 +13,0 @@ ---------------------------------

+1
-1

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

*/
exports.version = "6.14.0";
exports.version = "6.14.1";
//# sourceMappingURL=_version.js.map

@@ -567,4 +567,4 @@ "use strict";

yParity: (0, index_js_5.toQuantity)(a.signature.yParity),
r: a.signature.r,
s: a.signature.s,
r: (0, index_js_5.toQuantity)(a.signature.r),
s: (0, index_js_5.toQuantity)(a.signature.s),
};

@@ -571,0 +571,0 @@ });

@@ -5,3 +5,3 @@ /* Do NOT modify this file; see /src.ts/_admin/update-version.ts */

*/
export const version = "6.14.0";
export const version = "6.14.1";
//# sourceMappingURL=_version.js.map

@@ -563,4 +563,4 @@ /**

yParity: toQuantity(a.signature.yParity),
r: a.signature.r,
s: a.signature.s,
r: toQuantity(a.signature.r),
s: toQuantity(a.signature.s),
};

@@ -567,0 +567,0 @@ });

@@ -96,3 +96,3 @@ {

],
"gitHead": "805a8b3aba26998a1e25055e9d3dd41c01ebbba0",
"gitHead": "135db722756b81f44f55441e1e2d24ef4f85f216",
"homepage": "https://ethers.org",

@@ -135,3 +135,3 @@ "keywords": [

"sideEffects": false,
"version": "6.14.0"
"version": "6.14.1"
}

@@ -6,2 +6,2 @@ /* Do NOT modify this file; see /src.ts/_admin/update-version.ts */

*/
export const version: string = "6.14.0";
export const version: string = "6.14.1";

@@ -869,4 +869,4 @@ /**

yParity: toQuantity(a.signature.yParity),
r: a.signature.r,
s: a.signature.s,
r: toQuantity(a.signature.r),
s: toQuantity(a.signature.s),
}

@@ -873,0 +873,0 @@ });

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet