Socket
Socket
Sign inDemoInstall

immer

Package Overview
Dependencies
0
Maintainers
2
Versions
173
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 10.0.0-beta.3 to 10.0.0-beta.4

dist/immer.mjs

12

package.json
{
"name": "immer",
"version": "10.0.0-beta.3",
"version": "10.0.0-beta.4",
"description": "Create your next immutable state by mutating the current one",
"main": "dist/index.js",
"module": "dist/immer.esm.js",
"module": "dist/immer.mjs",
"exports": {
".": {
"types": "./dist/immer.d.ts",
"import": "./dist/immer.esm.js",
"import": "./dist/immer.mjs",
"require": "./dist/index.js"

@@ -17,4 +17,4 @@ }

"jsdelivr": "dist/immer.umd.production.min.js",
"jsnext:main": "dist/immer.esm.js",
"react-native": "dist/immer.esm.js",
"jsnext:main": "dist/immer.mjs",
"react-native": "dist/immer.mjs",
"source": "src/immer.ts",

@@ -31,3 +31,3 @@ "types": "./dist/immer.d.ts",

"coveralls": "jest --coverage && cat ./coverage/lcov.info | ./node_modules/.bin/coveralls && rm -rf ./coverage",
"build": "rimraf dist/ && tsdx build --name immer --format esm,cjs,umd && yarn build:flow",
"build": "rimraf dist/ && tsdx build --name immer --format esm,cjs,umd && mv dist/immer.esm.js dist/immer.mjs && yarn build:flow",
"build:flow": "cpx 'src/types/index.js.flow' dist -v",

@@ -34,0 +34,0 @@ "publish-docs": "cd website && GIT_USER=mweststrate USE_SSH=true yarn docusaurus deploy",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc