Comparing version 0.2.3 to 0.2.4
@@ -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 @@ }, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
658
40292
19
1