Socket
Socket
Sign inDemoInstall

reflux

Package Overview
Dependencies
Maintainers
2
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

reflux - npm Package Versions

2345

6.4.1

Diff

Changelog

Source

v6.4.1

  • NOTE: New MyStore.state shortcut (from 6.4.0) is not available in IE10 and below, use accordingly in your projects.
  • Remove test for it so that it doesn't fail, and is undocumented feature for now, until the day we can drop IE9 and IE10.
bryangrezeszak
published 6.3.0 •

Changelog

Source

v6.3.0

  • Added Reflux.PureComponent which extends from React.PureComponent instead of React.Component.
bryangrezeszak
published 6.2.0 •

Changelog

Source

v6.2.0

  • React.Component constructor arguments for context and updater added to Reflux.Component contructor.
bryangrezeszak
published 6.1.0 •

Changelog

Source

v6.1.0

  • Documentation about Action listening/unsubscribing added.
  • Reflux.serverMode added, only adds listeners when hooking store to component if not in server mode, eliminating memory leak.
  • Bugfix with unmounting of reflux components that did not have any store attached to them.
bryangrezeszak
published 6.0.0 •

Changelog

Source

v6.0.0

  • Switch to new docs.
  • Updated to reflux-core v1.0.0.
  • Allow complex definitions for child actions instead of just string for action name.
  • Breaking change: actions are sync by default unless child actions are involved.
bryangrezeszak
published 5.0.4 •

Changelog

Source

v5.0.4

  • Workaround to babel proto issue with old browsers.
  • Continued documentation refactoring (viewable in new-README.md).
  • Minor doc fixes.
bryangrezeszak
published 5.0.3 •

Changelog

Source

v5.0.3

  • Implemented Reflux.initStore (basically clone of Reflux.initializeGlobalStore but can be used more broadly).
  • Deprecate Reflux.initializeGlobalStore in favor of more broadly usable Reflux.initStore.
  • Major documentation refactor started, but not implemented yet (viewable in new-README.md).
  • Updated to run on reflux-core v0.4.2, which has more broad importing support.
bryangrezeszak
published 5.0.2 •

Changelog

Source

v5.0.2

  • Reduced the need for defineReact by better detecting of React.
  • Updated to run on reflux-core v0.4.1, which solves some memory leaks.
bryangrezeszak
published 5.0.1 •

Changelog

Source

v5.0.1

  • Adding of full ES6 API, most notably Reflux.Component and Reflux.Store (and their sub-methods/properties). Also defineReact, initializeGlobalStore, GlobalState, getGlobalState, setGlobalState.
devinivy
published 0.4.1 •

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