Socket
Socket
Sign inDemoInstall

ethers

Package Overview
Dependencies
Maintainers
1
Versions
319
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.13.0 to 6.13.1

5

CHANGELOG.md

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

ethers/v6.13.1 (2024-06-18 02:09)
---------------------------------
- Update ws package to address possible DoS vulnerability ([a4b1d1f](https://github.com/ethers-io/ethers.js/commit/a4b1d1f43fca14f2e826e3c60e0d45f5b6ef3ec4)).
ethers/v6.13.0 (2024-06-04 01:01)

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

2

lib.commonjs/_version.js

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

*/
exports.version = "6.13.0";
exports.version = "6.13.1";
//# sourceMappingURL=_version.js.map

@@ -210,2 +210,3 @@ "use strict";

Object.defineProperty(exports, "wordlists", { enumerable: true, get: function () { return index_js_11.wordlists; } });
// dummy change; to pick-up ws security issue changes
//# sourceMappingURL=ethers.js.map

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

*/
export const version = "6.13.0";
export const version = "6.13.1";
//# sourceMappingURL=_version.js.map

@@ -15,2 +15,3 @@ /////////////////////////////

export { Wordlist, LangEn, WordlistOwl, WordlistOwlA, wordlists } from "./wordlists/index.js";
// dummy change; to pick-up ws security issue changes
//# sourceMappingURL=ethers.js.map

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

"tslib": "2.4.0",
"ws": "8.5.0"
"ws": "8.17.1"
},

@@ -97,3 +97,3 @@ "description": "A complete and compact Ethereum library, for dapps, wallets and any other tools.",

],
"gitHead": "90c196a749a1eb0a8fae336301a490e30d8e0166",
"gitHead": "a4b1d1f43fca14f2e826e3c60e0d45f5b6ef3ec4",
"homepage": "https://ethers.org",

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

"sideEffects": false,
"version": "6.13.0"
"version": "6.13.1"
}

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

*/
export const version: string = "6.13.0";
export const version: string = "6.13.1";

@@ -213,1 +213,2 @@

// dummy change; to pick-up ws security issue changes

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 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 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 too big to display

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