Socket
Socket
Sign inDemoInstall

reflux

Package Overview
Dependencies
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

reflux - npm Package Versions

1345

0.4.0

Diff

devinivy
published 0.3.1 •

spoike
published 0.3.0 •

Changelog

Source

v0.3.0

spoike
published 0.2.13 •

Changelog

Source

v0.2.13

  • Fixed React dependency #425
  • Example on README corrected #406
spoike
published 0.2.12 •

Changelog

Source

v0.2.12

spoike
published 0.2.11 •

Changelog

Source

v0.2.11

  • Using setImmediate if available. Fixes issue with IE10+, see #374.
spoike
published 0.2.10 •

Changelog

Source

v0.2.10

  • Exposing Reflux.utils #253
  • Fixing connectFilter #371
  • Added links in README to extensions and plugins

Breaking changes to undocumented features

  • Fixed circular referencing to the index js file. Should fix issues building with bower package. This means you can't replace the ActionMethods and StoreMethods objects (as the previous unit tests did), you have to add properties to them.

  • Removed native-promise-only dependency. Reflux does an initial check for Promises and will instead create async actions using triggerAsync instead of triggerPromise if Promise is missing from the environment. Do use a Promise polyfill or your own Promise library if you plan to use this behavior. #302

spoike
published 0.2.9 •

Changelog

Source

v0.2.9

  • Fixes issue with a join check #272.
  • Added links to README. See #341, #361
spoike
published 0.2.8 •

Changelog

Source

v0.2.8

See #345.

  • Fixes #239, checks for component mounted state before trying to mount component
  • Adds more example apps to README
  • Fixes some typo's in the readme
  • Improves documentation on action handlers in stores
  • Updates dependencies
  • Specifies react compatibility via peerDependencies
spoike
published 0.2.7 •

Changelog

Source

v0.2.7

  • Fixed IE8 errors and warnings #286, #270
  • Ensure triggerPromise original promise #229
  • Fixed aborted callbacks #227
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