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.2 to 1.2.3

src/index.d.ts

4

CHANGELOG.md

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

## [1.2.3](https://github.com/ExodusMovement/exodus-hydra/compare/@exodus/module@1.2.2...@exodus/module@1.2.3) (2024-05-28)
**Note:** Version bump only for package @exodus/module
## [1.2.2](https://github.com/ExodusMovement/exodus-hydra/compare/@exodus/module@1.2.1...@exodus/module@1.2.2) (2023-11-14)

@@ -8,0 +12,0 @@

14

package.json
{
"name": "@exodus/module",
"version": "1.2.2",
"version": "1.2.3",
"description": "Exodus base module class",
"author": "Exodus Movement Inc.",
"author": "Exodus Movement, Inc.",
"homepage": "https://github.com/ExodusMovement/exodus-hydra/tree/master/modules/module",

@@ -22,5 +22,5 @@ "license": "MIT",

"scripts": {
"lint": "eslint . --ignore-path ../../.gitignore",
"lint": "run -T eslint . --ignore-path ../../.gitignore",
"lint:fix": "yarn lint --fix",
"test": "jest"
"test": "run -T jest"
},

@@ -36,7 +36,3 @@ "bugs": {

},
"devDependencies": {
"eslint": "^8.44.0",
"jest": "^29.1.2"
},
"gitHead": "af39e81d6371fd52b7c479931f9f3a9a8de2d012"
"gitHead": "0c7649b62dbc192e37348af062f4e7f23e16897b"
}

@@ -40,2 +40,5 @@ import EventEmitter from 'events/'

/**
* @deprecated Please no longer use ExodusModule. The EventEmitter functionality has been superseded by atoms and for the logging you can add a "logger" dependency which will inject a namespaced logger
*/
export default ExodusModule
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