Socket
Socket
Sign inDemoInstall

effector

Package Overview
Dependencies
0
Maintainers
5
Versions
270
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
Previous1345
27Next

23.0.0-rc.1

Diff

drelliot
published 22.8.7 •

Changelog

Source

effector 22.8.7

  • Fix combine function called twice on first allSettled call (PR #984)
drelliot
published 22.8.6 •

Changelog

Source

effector 22.8.6

  • Follow-up fix for 22.8.2: now combine in tuple-form handles compelx edge-cases with mapped stores correctly. (PR #902)
drelliot
published 22.8.5 •

Changelog

Source

effector 22.8.5

  • Follow up fix for 22.8.4: now fix works for fork({ handlers }) calls too. PR #898
drelliot
published 22.8.4 •

Changelog

Source

effector 22.8.4

  • Fixed an edge case for fork calls without sid (function from release 22.8.0). Some libraries provide built-in sid's in the code, which led to the duplicated sid found exception when calling fork when trying to use two instances of the same factory in a test and running it without effector/babel-plugin. The exception on fork calls is no longer thrown, and all sid-related checks and assertions have been moved to serialize calls, since sid's are actually only required for serialize to work. PR #897
drelliot
published 22.8.3 •

Changelog

Source

effector 22.8.3

  • Added missing node and stateRef ids to meta-objects. These are internal changes which are not covered by the types or docs yet.
drelliot
published 22.8.2 •

Changelog

Source

effector 22.8.2

  • combine types now allow primitive values, just like it was stated in the docs. Thanks to @faustienf PR #884
  • Events, created from split with match-object shape and internal inFlight counters of Effects now have proper metadata to use in the Inspect API. PR #892
drelliot
published 22.8.1 •

Changelog

Source

effector 22.8.1

  • Internal state refs now also see meta, if owned by store. PR #889
drelliot
published 22.8.0 •

Changelog

Source

effector 22.8.0

  • Sids are no longer required for fork({ values, handlers }), which allows to run tests without effector/babel-plugin. Note, that plugin and sids are still required for SSR. (PR #855)
drelliot
published 22.7.0 •

Changelog

Source

effector 22.7.0

  • Fix Declaration type, provide missing top-level properties for region and factory types
  • Add node's id to Declaration type
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