Socket
Socket
Sign inDemoInstall

flux

Package Overview
Dependencies
19
Maintainers
3
Versions
18
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
2Next

4.0.4

Diff

yangshun
published 4.0.3 •

Changelog

Source

4.0.3

  • Upgraded fbjs to 3.0.1 which fixes CVE-2021-27292
yangshun
published 4.0.2 •

Changelog

Source

4.0.2

  • Added support for UNSAFE_componentWillReceiveProps lifecycle method
yangshun
published 4.0.1 •

Changelog

Source

4.0.1

  • Upgrade fbemitter dependency to 3.x
yangshun
published 4.0.0 •

Changelog

Source

4.0.0

  • Upgrade fbjs dependency to ^3.x
  • Upgrade for Babel 7 compatibility (#495) (thanks to @koba04)
  • Added React 17 as a peer dependency
kyldvs
published 3.1.3 •

Changelog

Source

3.1.3

  • Added support for React 16
kyldvs
published 3.1.2 •

Changelog

Source

3.1.2

  • No meaningful changes.
kyldvs
published 3.1.1 •

Changelog

Source

3.1.1

  • No meaningful changes.
kyldvs
published 3.1.0 •

Changelog

Source

3.1.0

  • Dispatcher: Methods register and unregister can once again be called in the middle of a dispatch.
kyldvs
published 3.0.0 •

Changelog

Source

3.0.0

  • FluxMapStore: Removed. It added very little value over FluxReduceStore.
  • FluxContainer: Subscriptions are setup in constructor rather than componentDidMount
  • FluxContainer: Can create containers using stateless functional components
  • FluxContainer: Uses functional version of setState
  • FluxMixin: Subscriptions are setup in componentWillMount rather than componentDidMount
  • Dispatcher: Methods register and unregister can not be called in the middle of a dispatch
  • React added as peer dependency to flux/utils
  • Package dist/FluxUtils.js alongside dist/Flux.js

Note: This is marked as a breaking change due to the large number of small changes in FluxContainer. Depending on how coupled code is to the timing of componentWillMount, componentDidMount, or setting state synchronously it is possible that there may be some breakages. Generally it should not be an issue.

2Next
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc