Socket
Socket
Sign inDemoInstall

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.0.1 to 0.0.2

immer.js

44

package.json
{
"name": "immer",
"version": "0.0.1",
"description": "WIP",
"main": "index.js",
"version": "0.0.2",
"description": "Create your next immutable state by mutating the current one",
"main": "immer.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "jest"
},
"keywords": [],
"author": "",
"license": "ISC"
"repository": {
"type": "git",
"url": "git+https://github.com/mweststrate/immer.git"
},
"keywords": [
"immutable",
"mutable",
"copy-on-write"
],
"author": "Michel Weststrate",
"license": "MIT",
"bugs": {
"url": "https://github.com/mweststrate/immer/issues"
},
"homepage": "https://github.com/mweststrate/immer#readme",
"files": [
"immer.js"
],
"dependencies": {},
"devDependencies": {
"@types/jest": "^22.0.0",
"babel-core": "^6.26.0",
"babel-jest": "^22.0.4",
"babel-preset-env": "^1.6.1",
"jest": "^22.0.4",
"regenerator-runtime": "^0.11.1",
"typescript": "^2.6.2"
},
"jest": {
"transform": {
"^.+\\.jsx?$": "babel-jest"
}
}
}
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