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

immer

Package Overview
Dependencies
Maintainers
2
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.8.0 to 1.8.1

27

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

@@ -19,9 +19,13 @@ "main": "dist/immer.js",

"prettier": "prettier \"*/**/*.js\" \"*/**/*.ts\" --ignore-path ./.prettierignore --write",
"precommit": "lint-staged",
"prepublish": "yarn-or-npm run build",
"release": "np --no-cleanup"
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged",
"pre-publish": "yarn-or-npm run build"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/mweststrate/immer.git"
"url": "https://github.com/mweststrate/immer.git"
},

@@ -56,10 +60,9 @@ "keywords": [

"flow-bin": "^0.68.0",
"husky": "^0.14.3",
"husky": "^1.2.0",
"immutable": "^3.8.2",
"jest": "^22.0.4",
"lint-staged": "^6.1.0",
"lodash": "^4.17.4",
"lodash.clonedeep": "^4.5.0",
"np": "^2.20.1",
"prettier": "^1.9.2",
"pretty-quick": "^1.8.0",
"regenerator-runtime": "^0.11.1",

@@ -79,12 +82,2 @@ "rimraf": "^2.6.2",

},
"lint-staged": {
"*.js": [
"prettier --write",
"git add"
],
"*.ts": [
"prettier --write",
"git add"
]
},
"jest": {

@@ -91,0 +84,0 @@ "testURL": "http://localhost",

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