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
35
24

3.0.0-alpha.5

Diff
mariusandra
published 3.0.0-alpha.5 •
mariusandra
published 3.0.0-alpha.4 •
mariusandra
published 3.0.0-alpha.3 •
mariusandra
published 3.0.0-alpha.2 •
mariusandra
published 3.0.0-alpha.1 •
mariusandra
published 3.0.0-alpha.0 •
mariusandra
published 2.5.10 •

Changelog

Source

2.5.10 - 2022-03-19

  • Add resetContext() option autoConnectMountWarning, which warns when a logic is automatically mounted in a listener.
mariusandra
published 2.5.9 •

Changelog

Source

2.5.9 - 2022-03-14

  • In keyed logics, path: ['without', 'key'] now expands to path: (key) => ['without', 'key', key].
mariusandra
published 2.5.8 •

Changelog

Source

2.5.8 - 2022-01-25

  • Add previousLocation 5th argument to urlToAction.
mariusandra
published 2.5.7 •

Changelog

Source

2.5.7 - 2022-01-20

  • useMountedLogic now returns the built logic with the right type.