Socket
Socket
Sign inDemoInstall

fluxy

Package Overview
Dependencies
124
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.0 to 0.1.1

3

lib/Dispatcher.js

@@ -23,3 +23,3 @@ /**

this._actions[action] || (this._actions[action] = []);
return this._actions[action].push(handler)
return this._actions[action].push(handler);
};

@@ -52,2 +52,3 @@

registerAction: function (action, handler) {
handler = Promise.method(handler);
var idx = this._registerActionHandler(action, handler);

@@ -54,0 +55,0 @@ var actionHandler = function () {

{
"name": "fluxy",
"version": "0.1.0",
"version": "0.1.1",
"description": "",

@@ -5,0 +5,0 @@ "main": "index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc