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.9.2

Diff

Changelog

Source

2.9.2

  • Bug Fix
    • Check if FluxComponent is mounted before updating. #36 @conradz
acdlite
published 2.9.1 •

Changelog

Source

2.9.1

  • New Feature
    • Extra props set on FluxComponent will be injected into children. This lets you nest FluxComponents, so store getters on an inner FluxComponent can use props retrieved by an outer FluxComponent.
    • FluxComponent no longer wraps a single child in a span. It only wraps if there are multiple children.
  • [Documentation]
    • Add sections clarifying how to access flux instance (e.g. to perform actions) using fluxMixin/FluxComponent
acdlite
published 2.9.0 •

acdlite
published 2.8.0 •

Changelog

Source

2.8.0

  • New Feature
    • getStoreState() in fluxMixin returns current combined state of connected stores.
  • Bug Fix
    • fluxMixin/FluxComponent will now updated when a prop change is detected, but not state. #29
  • Documentation
    • Add API docs for fluxMixin and FluxComponent. Included section explaining why a "key" prop should be passed to components that implement fluxMixin.
acdlite
published 2.7.2 •

Changelog

Source

2.7.2

  • Bug Fix
    • Fix React peer dependency version so it works on 0.13
acdlite
published 2.7.1 •

acdlite
published 2.7.0 •

Changelog

Source

2.7.0

  • New Feature
    • createActions() and createStores() now return the new Store/Actions instance. #4 @tappleby
acdlite
published 2.6.2 •

acdlite
published 2.6.1 •

Changelog

Source

2.6.1

  • Bug Fix
    • Fixes bug with array form of connectToStores(). #4 Thanks, @tomusher
acdlite
published 2.6.0 •

Changelog

Source

2.6.0

  • New Feature
    • Store#registerAsync() for doing optimistic updates in response to asynchronous actions
    • FluxComponent and fluxMixin for easy React integration
  • Documentation
    • React integration guide
    • Minor updates
  • Internal
    • Updated dependencies
    • Testing on iojs, for jsdom compatibility

Thanks to @vesparny, @martintietz, @SimonDegraeve for your input on new features.

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