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.4.0 to 0.4.1

12

CHANGELOG.md
# Change Log
## 0.4.1
### Bug Fixes
* Fixed context plugin rehydration throwing undefined error
## 0.4.0

@@ -15,5 +21,5 @@

* `require('fluxible').Mixin` removed
* `require('fluxible/utils/MockActionContext')` removed
* `require('fluxible/utils/MockComponentContext')` removed
* removed `require('fluxible').Mixin`
* removed `require('fluxible/utils/MockActionContext')`
* removed `require('fluxible/utils/MockComponentContext')`

@@ -20,0 +26,0 @@ ### Deprecations

@@ -214,3 +214,3 @@ /**

var rehydratePromise = Promise.all(pluginTasks).then(function rehydratePluginTasks() {
return context.rehydrate(context);
return context.rehydrate(obj.context);
});

@@ -217,0 +217,0 @@

{
"name": "fluxible",
"version": "0.4.0",
"version": "0.4.1",
"description": "A pluggable container for isomorphic flux applications",

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

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