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 Compare versions

Comparing version 2.1.0 to 2.1.1

2

CHANGELOG.md
# Change Log
All notable changes to this project will be documented in this file.
## 2.1.0 - 2020-06-14
## 2.1.1 - 2020-06-14
- Read the blog post: https://kea.js.org/blog/kea-2.1

@@ -6,0 +6,0 @@ - Simplified the syntax even more! You don't need to pass `() => ({ ... })`

{
"name": "kea",
"version": "2.1.0",
"version": "2.1.1",
"description": "Smart front-end architecture",

@@ -5,0 +5,0 @@ "author": "Marius Andra",

@@ -155,3 +155,3 @@ import { getContext } from '../context'

if (plugin.defaults) {
const fields = Object.keys(plugin.defaults())
const fields = Object.keys(typeof plugin.defaults === 'function' ? plugin.defaults() : plugin.defaults)
for (const key of fields) {

@@ -158,0 +158,0 @@ if (process.env.NODE_ENV !== 'production') {

Sorry, the diff of this file is too big to display

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