Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

immer

Package Overview
Dependencies
Maintainers
1
Versions
173
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

immer - npm Package Compare versions

Comparing version 1.7.1 to 1.7.2

4

changelog.md
# Changelog
### 1.7.2
* Disabled `sideEffects` module flag, it somehow blows breaks the Angular build, fixes [#198](https://github.com/mweststrate/immer/issues/198)
### 1.7.1

@@ -4,0 +8,0 @@

3

package.json
{
"name": "immer",
"version": "1.7.1",
"version": "1.7.2",
"description": "Create your next immutable state by mutating the current one",

@@ -11,3 +11,2 @@ "main": "dist/immer.js",

"types": "./dist/immer.d.ts",
"sideEffects": false,
"scripts": {

@@ -14,0 +13,0 @@ "watch": "jest --watch",

@@ -356,3 +356,3 @@ <img src="images/immer-logo.png" height="200px" align="right"/>

_Note: It is not possible to return `undefined` this way, as it is indistiguishable from *not* updating the draft! Read on..._
_Note: It is not possible to return `undefined` this way, as it is indistinguishable from *not* updating the draft! Read on..._

@@ -565,3 +565,3 @@ ## Producing `undefined` using `nothing`

* [redux-box](https://github.com/anish000kumar/redux-box) _Modular and easy-to-grasp redux based state management, with least boilerplate_
* [quick-redux](https://github.com/jeffreyyoung/quick-redux) _tools to make redux developement quicker and easier_
* [quick-redux](https://github.com/jeffreyyoung/quick-redux) _tools to make redux development quicker and easier_
* [bey](https://github.com/jamiebuilds/bey) _Simple immutable state for React using Immer_

@@ -568,0 +568,0 @@ * [immer-wieder](https://github.com/drcmda/immer-wieder#readme) _State management lib that combines React 16 Context and immer for Redux semantics_

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