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

fluxible

Package Overview
Dependencies
Maintainers
4
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.0-alpha.1 to 0.5.0

UPGRADE.md

15

CHANGELOG.md
# Change Log
## 0.5.0
### Features
* [#147] `connectToStores` and `provideContext` can now be used as decorators
### Deprecations
* [#202] Addons were moved to a separate package ([fluxible-addons-react](https://github.com/yahoo/fluxible-addons-react)) to support other view libraries like React Native. A warning will be displayed when requiring the addons from this package. They will be removed in the next breaking change version.
* `connectToStores`'s `getStateFromStores` signature has changed to `(context, props)`.
## 0.4.12

@@ -14,3 +25,3 @@

* [#195] Fixed undefined error with rehydrating with an empty state object
### Features

@@ -32,3 +43,3 @@

* [#165] Export `fluxible/utils/MockActionContext` and `fluxible/utils/MockComponentContext` classes
* [#165] Export `fluxible/utils/MockActionContext` and `fluxible/utils/MockComponentContext` classes
to make it easier to extend the classes for testing custom plugin functionality.

@@ -35,0 +46,0 @@

1

lib/FluxibleContext.js

@@ -8,3 +8,2 @@ /**

var debug = require('debug')('Fluxible:Context');
var objectAssign = require('object-assign');
var isPromise = require('is-promise');

@@ -11,0 +10,0 @@ var PromiseLib = global.Promise || require('es6-promise').Promise;

{
"name": "fluxible",
"version": "0.5.0-alpha.1",
"version": "0.5.0",
"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