New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

flummox

Package Overview
Dependencies
Maintainers
2
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

flummox - npm Package Versions

1
7

2.13.0

Diff

Changelog

Source

2.13.0

  • New Features
    • Store#forceUpdate() like React
acdlite
published 2.12.5 •

Changelog

Source

2.12.5

  • Bug Fix
    • Fix requiring normal React instead of React with addons in FluxComponent.
acdlite
published 2.12.4 •

Changelog

Source

2.12.4

  • Bug Fix
    • Fix bug when single item array is child of FluxComponent. #53
acdlite
published 2.12.3 •

Changelog

Source

2.12.3

  • Internal
    • Updated tests to be compatible with React 0.13. Should be ready for final 0.13 release.
    • Lint with eslint and babel-eslint.
  • Polish
    • Wrapped warnings in environment checks so they can be stripped in production, like React. #52
acdlite
published 2.12.2 •

Changelog

Source

2.12.2

  • Bug Fix
    • Performing an action that hasn't been added to a Flux instance now warns instead throwing an error. #46
acdlite
published 2.12.1 •

acdlite
published 2.12.0 •

Changelog

Source

2.12.0

  • New Features
    • Flux emits an error event when errors occur as the result of an async action. This includes errors that occur inside the actions themselves and errors that occur in response to store state changes -- previously, these were being swallowed by the async action's promise, which made it difficult to debug. #50
    • Action return values are now returned to the original caller, in addition to being dispatched. #46
acdlite
published 2.11.0 •

Changelog

Source

2.11.0

  • New Features
    • TestUtils, for simulating actions to test store handlers. #44 Thanks, @tappleby!
acdlite
published 2.10.0 •

Changelog

Source

2.10.0

  • New Features
    • Flux emits dispatch event on dispatch, with payload passed to listeners.
acdlite
published 2.9.3 •

Changelog

Source

2.9.3

  • New Features
    • Flux#removeAllStoreListeners() removes all listeners from all stores.
  • Bug Fix
    • FluxComponents with multiple children no longer improperly output a string. #39 @K4orta
  • Internal
    • Updated Babel to 4.3.0
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