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

eventdispatcher

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eventdispatcher - npm Package Compare versions

Comparing version 2.1.2 to 2.2.1

core.js

25

package.json
{
"name": "eventdispatcher",
"version": "2.1.2",
"version": "2.2.1",
"description": "EventDispatcher like nodes EventEmitter",
"main": "dist/eventdispatcher.js",
"scripts": {
"test": "BABEL_ENV=development babel-node test/index.js",
"lint": "eslint src",
"start": "NODE_ENV=development nodemon --exec 'npm run lint && babel-node ./src/eventdispatcher.js'",
"build:lib": "npm run lint && BABEL_ENV=production babel src -d dist"
},
"repository": {

@@ -32,18 +26,3 @@ "type": "git",

},
"homepage": "https://github.com/soenkekluth/EventDispatcher",
"devDependencies": {
"babel-cli": "6.18.0",
"babel-core": "6.18.2",
"babel-eslint": "7.1.1",
"babel-plugin-add-module-exports": "0.2.1",
"babel-plugin-transform-class-constructor-call": "6.18.0",
"babel-plugin-transform-class-properties": "6.19.0",
"babel-plugin-transform-es2015-classes": "6.18.0",
"babel-plugin-transform-proto-to-assign": "6.9.0",
"babel-preset-es2015": "6.18.0",
"eslint": "3.10.2",
"eslint-config-airbnb-base": "10.0.1",
"eslint-plugin-import": "2.2.0",
"nodemon": "1.11.0"
}
"homepage": "https://github.com/soenkekluth/EventDispatcher"
}
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