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

mobx-keystone

Package Overview
Dependencies
Maintainers
1
Versions
195
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mobx-keystone - npm Package Compare versions

Comparing version 0.68.0 to 0.68.1-alpha

dist/_virtual/_tslib.mjs

19

package.json
{
"name": "mobx-keystone",
"version": "0.68.0",
"version": "0.68.1-alpha",
"description": "A MobX powered state management solution based on data trees with first class support for TypeScript, snapshots, patches and much more",

@@ -28,15 +28,12 @@ "keywords": [

".": {
"import": {
"webpack": "./dist/mobx-keystone.es.js",
"default": "./dist/mobx-keystone.es.mjs"
},
"import": "./dist/src/index.mjs",
"require": "./dist/mobx-keystone.umd.js",
"script": "./dist/mobx-keystone.umd.js",
"default": "./dist/mobx-keystone.es.mjs"
"default": "./dist/src/index.mjs"
}
},
"esmodule": "./dist/mobx-keystone.es.mjs",
"module": "./dist/mobx-keystone.es.js",
"jsnext:main": "./dist/mobx-keystone.es.js",
"react-native": "./dist/mobx-keystone.es.js",
"esmodule": "./dist/src/index.mjs",
"module": "./dist/src/index.mjs",
"jsnext:main": "./dist/src/index.mjs",
"react-native": "./dist/src/index.mjs",
"umd:main": "./dist/mobx-keystone.umd.js",

@@ -60,3 +57,3 @@ "unpkg": "./dist/mobx-keystone.umd.js",

"copy-root-files": "shx cp ../../README.md . && shx cp ../../LICENSE . && shx cp ../../CHANGELOG.md .",
"build": "yarn quick-build && yarn copy-root-files && shx rm -rf dist && vite build && shx cp ./dist/mobx-keystone.es.js ./dist/mobx-keystone.es.mjs",
"build": "yarn quick-build && yarn copy-root-files && shx rm -rf dist && vite build",
"test": "jest",

@@ -63,0 +60,0 @@ "test:ci": "yarn test -i --coverage",

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