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 0.1.1 to 0.1.2

6

changelog.md
# Changelog
### 0.1.2 (2-1-2018)
* Fixed issue where trailing commas could break consumers. Fixes [#21](https://github.com/mweststrate/immer/pull/21).
### 0.1.1 (2-1-2018)
* Fixed issue where TypeScript typings were not correctly exposed. Fixes [#18](https://github.com/mweststrate/immer/pull/18).
* Fixed issue where TypeScript typings were not correctly exposed. Fixes [#18](https://github.com/mweststrate/immer/issue/18).

@@ -7,0 +11,0 @@ ### 0.1.0 (1-1-2018)

8

immer.js

@@ -64,3 +64,3 @@ "use strict"

return true
},
}
}

@@ -105,3 +105,3 @@

value: base,
configurable: true,
configurable: true
})

@@ -172,3 +172,3 @@ } else {

console.warn(
`Immer callback expects no return value. However ${typeof maybeVoidReturn} was returned`,
`Immer callback expects no return value. However ${typeof maybeVoidReturn} was returned`
)

@@ -223,5 +223,5 @@ // console.log(`proxies: ${revocableProxies.size}, copies: ${copies.size}`)

Object.defineProperty(exports, "__esModule", {
value: true,
value: true
})
module.exports.default = immer
module.exports.setAutoFreeze = setAutoFreeze
{
"name": "immer",
"version": "0.1.1",
"version": "0.1.2",
"description": "Create your next immutable state by mutating the current one",

@@ -5,0 +5,0 @@ "main": "immer.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