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

0.25.0

Diff

Changelog

Source

0.25.0 - 2017-09-29

Plugin support!

Removed deprecations

  • Removed Logic and Scene classes and other old deprecated code. Please make sure your app works with 0.24.1 without warnings before upgrading!
mariusandra
published 0.24.2 •

Changelog

Source

0.24.2 - 2017-09-17

Changed

  • Leverage action cache to enable parameterized kea logic. See #43 for more details. By @rheng
mariusandra
published 0.24.1 •

Changelog

Source

0.24.1 - 2017-09-10

Changed

  • Moved CLI tools (the kea command line utility) to separate kea-cli package
  • Added "module" field to package.json with a version that uses ESnext imports instead of require calls. Should decrease bundle size by ~10kb on Webpack 2+, rollup and other module bundlers that use this
  • Added a "esnext" field for people to opt in to the untranspiled source.
mariusandra
published 0.24.0 •

mariusandra
published 0.23.5 •

Changelog

Source

0.23.5 - 2017-09-06

mariusandra
published 0.23.4 •

mariusandra
published 0.23.3 •

mariusandra
published 0.23.2 •

mariusandra
published 0.23.1 •

mariusandra
published 0.23.0 •

Changelog

Source

0.23.0 - 2017-08-15

New and old deprecations

  • Removed all old deprecations except for the usage of run and cancelled in sagas. These still give warnings.
  • Added new deprecations for Logic and Scene classes and related code. Basically everything imported from kea/logic and kea/scene is no longer safe.
  • Saga classes and code imported from kea/saga are safe for now, but you should migrate it to the unform kea({}) syntax sooner rather than later.

When upgrading, make sure your code works with 0.22.1 without any deprecation warnings. Then upgrade to 0.23.0 and remove the new warnings.

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