New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

event-actions

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

event-actions - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

4

index.js

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

EventActions.prototype.emitAction = function(action) {
this.actions.emit.apply(null, arguments);
this.actions.emit.apply(this.actions, arguments);
return this;

@@ -147,4 +147,4 @@ };

EventActions.prototype.emitEvent = function(event) {
this.events.emit.apply(null, arguments);
this.events.emit.apply(this.events, arguments);
return this;
};
{
"name": "event-actions",
"description": "Application level event and action emitter",
"version": "0.1.0",
"main": "index.js",
"author": {
"name": "Harri Kovalainen",
"email": "hakovala@gmail.com"
},
"license": "MIT"
}
"name": "event-actions",
"description": "Application level event and action emitter",
"version": "0.1.1",
"main": "index.js",
"author": {
"name": "Harri Kovalainen",
"email": "hakovala@gmail.com"
},
"license": "MIT"
}
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