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.5.3 to 0.5.4

6

CHANGELOG.md
# Change Log
## 0.5.4
### Bug Fixes
* [#269] Fixed binding of executeAction to actionContext
## 0.5.3

@@ -4,0 +10,0 @@

5

lib/FluxibleContext.js

@@ -171,5 +171,3 @@ /**

* One action can execute multiple actions, so we need to create a shallow
* clone with a new stack & new id every time getActionContext is called.
* We expect next to be defined in most cases (by callAction)
* unless the user calls `getActionContext` manually.
* clone with a new stack & new id every time a newActionContext is created.
*/

@@ -180,2 +178,3 @@ var newActionContext = objectAssign({}, actionContext, {

});
newActionContext.executeAction = newActionContext.executeAction.bind(newActionContext);
if (debug.enabled) {

@@ -182,0 +181,0 @@ debug('Executing action ' + newActionContext.stack.join('.') + ' with payload', payload);

2

package.json
{
"name": "fluxible",
"version": "0.5.3",
"version": "0.5.4",
"description": "A pluggable container for isomorphic flux applications",

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

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