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

fluxible

Package Overview
Dependencies
Maintainers
5
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fluxible - npm Package Compare versions

Comparing version 0.2.3 to 0.2.4

3

lib/FluxibleContext.js

@@ -85,4 +85,5 @@ /**

payload = payload || {};
var displayName = action.displayName || action.name;
setImmediate(function executeActionImmediate() {
debug('Executing action ' + (action.name) + ' with payload', payload);
debug('Executing action ' + displayName + ' with payload', payload);
action(self.getActionContext(), payload, done);

@@ -89,0 +90,0 @@ });

{
"name": "fluxible",
"version": "0.2.3",
"version": "0.2.4",
"description": "A pluggable container for isomorphic flux applications",

@@ -23,3 +23,3 @@ "main": "index.js",

"peerDependencies": {
"react": "^0.12.x"
"react": ">=0.12.0 <=0.13.0-rcx"
},

@@ -40,3 +40,3 @@ "devDependencies": {

"precommit-hook": "1.0.x",
"react": "^0.12.0",
"react": ">=0.12.0 <=0.13.0-rcx",
"supertest": "^0.15.0"

@@ -43,0 +43,0 @@ },

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