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

kea

Package Overview
Dependencies
Maintainers
1
Versions
233
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kea - npm Package Versions

1
24

2.4.7

Diff

Changelog

Source

2.4.7 - 2021-08-24

  • Fix preloadedState type
mariusandra
published 2.4.6 •

Changelog

Source

2.4.6 - 2021-07-12

  • Add support for TypeGen plugins inside logic input
  • Switch from Enzyme to React Testing Library
  • Export more types
mariusandra
published 2.4.5 •

Changelog

Source

2.4.5 - 2021-07-02

  • Add even more betterer types for the kea-router plugin
mariusandra
published 2.4.4 •

Changelog

Source

2.4.4 - 2021-06-27

  • Add even better types for the kea-router plugin
mariusandra
published 2.4.3 •

Changelog

Source

2.4.3 - 2021-06-26

  • Add better types for the kea-router plugin
mariusandra
published 2.4.2 •

Changelog

Source

2.4.2 - 2021-05-17

  • Added basic support for inheritance with: const logic = kea({ inherit: [otherLogic], actions: {...} }). This makes a copy of the inputs for otherLogic. Actions and values will not be shared between the two logics.
mariusandra
published 2.4.0 •

Changelog

Source

2.4.0 - 2021-05-02

  • Possibly Breaking: Changed the default path for logic without a path (or when not using the kea babel plugin) from kea.inline to kea.logic. If you have ever hardcoded "kea.inline" anywhere, perhaps in tests, this will cause a bit of headache. If you need it set at kea.inline, use resetContext({ defaultPath: ['kea', 'inline'] }).
  • Added <Provider /> tag to simplify calling React-Redux's <Provider store={getContext().store} />.
  • Fixed crashes with React Fast Refresh.
mariusandra
published 2.3.8 •

Changelog

Source

2.3.8 - 2021-04-26

  • Fix regression introduced in 2.3.5 with default keys like: key: props => props.id || 'default'
mariusandra
published 2.3.7 •

Changelog

Source

2.3.7 - 2021-04-25

  • Improve types and build
mariusandra
published 2.3.6 •

Changelog

Source

2.3.6 - 2021-04-25

  • Improve types
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