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

vue-model-x

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-model-x - npm Package Compare versions

Comparing version 0.4.0 to 0.5.0

esm/AppContainer.js

31

package.json
{
"name": "vue-model-x",
"version": "0.4.0",
"version": "0.5.0",
"description": "MobX-like state management library for Vue.js",
"main": "./dist/vue-model-x.js",
"module": "./dist/vue-model-x.esm.js",
"main": "./lib/index.js",
"module": "./esm/index.js",
"scripts": {
"build": "rm -rf dist && rollup -c",
"build": "npm run build:cjs && npm run build:esm",
"build:cjs": "babel --config-file ./.babelrc --delete-dir-on-start -d lib -- src",
"build:esm": "babel --config-file ./.babelrc-esm --delete-dir-on-start -d esm -- src",
"prepublishOnly": "npm run build && npm test",

@@ -27,6 +29,7 @@ "test": "jest"

"devDependencies": {
"@babel/core": "7.0.0-beta.42",
"@babel/plugin-proposal-class-properties": "7.0.0-beta.42",
"@babel/plugin-proposal-decorators": "7.0.0-beta.42",
"@babel/preset-env": "7.0.0-beta.42",
"@babel/cli": "7.0.0-beta.44",
"@babel/core": "7.0.0-beta.44",
"@babel/plugin-proposal-class-properties": "7.0.0-beta.44",
"@babel/plugin-proposal-decorators": "7.0.0-beta.44",
"@babel/preset-env": "7.0.0-beta.44",
"@vue/test-utils": "1.0.0-beta.13",

@@ -39,7 +42,2 @@ "babel-core": "7.0.0-bridge.0",

"jest": "22.4.3",
"lodash.isfunction": "3.0.9",
"rollup": "0.57.1",
"rollup-plugin-babel": "4.0.0-beta.0",
"rollup-plugin-commonjs": "9.1.0",
"rollup-plugin-node-resolve": "3.3.0",
"vue": "^2.5.16",

@@ -49,5 +47,6 @@ "vue-template-compiler": "2.5.16"

"files": [
"dist/*.*"
],
"dependencies": {}
"src/*.*",
"lib/*.*",
"esm/*.*"
]
}
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