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

microcosm

Package Overview
Dependencies
Maintainers
4
Versions
233
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

microcosm - npm Package Compare versions

Comparing version 12.7.0-beta to 12.7.0

2

CHANGELOG.md
# Changelog
## 12.7.0-beta
## 12.7.0

@@ -5,0 +5,0 @@ - Remove PropType usage from addons to prevent React 15.5.x

@@ -20,4 +20,4 @@ # Immutability Helpers

Spreading can quickly get out of hand, and always copies data even if it hasn't
changed. Alternatively, we could use the immutability helpers that ship with
Spreading can quickly get out of hand, and always copies data even if it hasn't
changed. Alternatively, we could use the immutability helpers that ship with
Microcosm:

@@ -36,3 +36,3 @@

Microcosm uses these utilities internally. Pulling them into your application
allows you to reuse that code. However if you are evaluating alternatives, we
allows you to reuse that code. However if you are evaluating alternatives, we
recommend [immutability-helper](https://github.com/kolodny/immutability-helper).

@@ -67,2 +67,6 @@

// If a value isn't found
let color = get(state, ['planets', 'venus', 'color'])
console.log(color) // undefined
// Optionally, provide a fallback if a value isn't found

@@ -69,0 +73,0 @@ let color = get(state, ['planets', 'venus', 'color'], 'black')

{
"name": "microcosm",
"version": "12.7.0-beta",
"version": "12.7.0",
"description": "Flux with actions at center stage. Write optimistic updates, cancel requests, and track changes with ease.",

@@ -5,0 +5,0 @@ "main": "microcosm.js",

{
"name": "microcosm",
"version": "12.7.0-beta",
"version": "12.7.0",
"description": "Flux with actions at center stage. Write optimistic updates, cancel requests, and track changes with ease.",

@@ -5,0 +5,0 @@ "main": "microcosm.js",

{
"name": "microcosm",
"version": "12.7.0-beta",
"version": "12.7.0",
"description": "Flux with actions at center stage. Write optimistic updates, cancel requests, and track changes with ease.",

@@ -5,0 +5,0 @@ "main": "microcosm.js",

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