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.6 to 0.5.7

0

addons/BaseStore.js

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ if (process.env.NODE_ENV !== 'production') {

@@ -0,0 +0,0 @@ if (process.env.NODE_ENV !== 'production') {

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ if (process.env.NODE_ENV !== 'production') {

@@ -0,0 +0,0 @@ if (process.env.NODE_ENV !== 'production') {

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ if (process.env.NODE_ENV !== 'production') {

6

CHANGELOG.md
# Change Log
## 0.5.7
### Bug Fixes
* [#311] Remove Object.assign call which broke backwards compatibility
## 0.5.6

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

@@ -0,0 +0,0 @@ Contributing Code to `fluxible`

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

2

lib/FluxibleContext.js

@@ -226,3 +226,3 @@ /**

*/
var newActionContext = Object.assign({}, this.getActionContext(), {
var newActionContext = objectAssign({}, this.getActionContext(), {
stack: (parentActionContext.stack || []).concat([displayName]),

@@ -229,0 +229,0 @@ rootId: (parentActionContext.rootId) || generateUUID()

@@ -0,0 +0,0 @@ Software License Agreement (BSD License)

{
"name": "fluxible",
"version": "0.5.6",
"version": "0.5.7",
"description": "A pluggable container for isomorphic flux applications",

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

@@ -0,0 +0,0 @@ # Fluxible

@@ -0,0 +0,0 @@ # Upgrade Guide

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ module.exports = {

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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