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.4.0 to 0.4.1

es5.umd.js

4

changelog.md
# Changelog
### 0.4.1
* Added UMD build
### 0.4.0

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

9

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

@@ -11,3 +11,5 @@ "main": "immer.js",

"coveralls": "jest --coverage && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage",
"prettier": "prettier \"*/**/*.js\" --ignore-path ./.prettierignore --write"
"prettier": "prettier \"*/**/*.js\" --ignore-path ./.prettierignore --write",
"build:umd": "browserify immer.js -o immer.umd.js -s immer && browserify es5.js -o es5.umd.js -s immer",
"prepublish": "yarn build:umd"
},

@@ -34,3 +36,5 @@ "pre-commit": [

"immer.js",
"immer.umd.js",
"es5.js",
"es5.umd.js",
"index.d.ts"

@@ -43,2 +47,3 @@ ],

"babel-preset-env": "^1.6.1",
"browserify": "^15.0.0",
"coveralls": "^3.0.0",

@@ -45,0 +50,0 @@ "deep-freeze": "^0.0.1",

@@ -13,3 +13,3 @@ # Immer

* NPM / Yarn: `npm install immer`
* CDN: https://unpkg.com/immer
* CDN: https://unpkg.com/immer/immer.umd.js or https://unpkg.com/immer/es5.umd.js. Exposed global is `immer`.

@@ -16,0 +16,0 @@ Immer (German for: always) is a tiny package that allows you to work with immutable state in a more convenient way.

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