+5
-0
@@ -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 @@ --------------------------------- |
@@ -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 @@ }); |
+2
-2
@@ -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
Network access
Supply chain riskThis module accesses the network.
Found 4 instances in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 4 instances in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
12912290
0.01%212
-51.49%227
-24.33%