Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@exodus/module

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@exodus/module - npm Package Compare versions

Comparing version 1.2.3 to 1.2.4

6

CHANGELOG.md

@@ -6,2 +6,8 @@ # Change Log

## [1.2.4](https://github.com/ExodusMovement/exodus-hydra/compare/@exodus/module@1.2.3...@exodus/module@1.2.4) (2024-06-12)
### Bug Fixes
- don't sepcify \_logger, it can override the superclass one ([#7352](https://github.com/ExodusMovement/exodus-hydra/issues/7352)) ([567a42e](https://github.com/ExodusMovement/exodus-hydra/commit/567a42ec9f7f5d18352346357cac400dd533be46))
## [1.2.3](https://github.com/ExodusMovement/exodus-hydra/compare/@exodus/module@1.2.2...@exodus/module@1.2.3) (2024-05-28)

@@ -8,0 +14,0 @@

4

package.json
{
"name": "@exodus/module",
"version": "1.2.3",
"version": "1.2.4",
"description": "Exodus base module class",

@@ -35,3 +35,3 @@ "author": "Exodus Movement, Inc.",

},
"gitHead": "0c7649b62dbc192e37348af062f4e7f23e16897b"
"gitHead": "0e14281c350ffe19fd0005573987204e54ca8aef"
}

@@ -18,3 +18,4 @@ // eslint-disable-next-line @exodus/restricted-imports/no-node-core-events

export default class ExodusModule extends EventEmitter {
_logger: Logger
constructor(params: ConstructorParams)
}
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