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.6.0 to 0.6.1

28

package.json
{
"name": "vue-model-x",
"version": "0.6.0",
"version": "0.6.1",
"description": "MobX-like state management library for Vue.js",

@@ -9,4 +9,4 @@ "main": "./lib/index.js",

"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",
"build:cjs": "babel --config-file ./babel.config.js --delete-dir-on-start -d lib -- src",
"build:esm": "babel --config-file ./babel.config.esm.js --delete-dir-on-start -d esm -- src",
"prepublishOnly": "npm run build && npm test",

@@ -30,16 +30,16 @@ "test": "jest"

"devDependencies": {
"@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.15",
"@babel/cli": "7.1.2",
"@babel/core": "7.1.2",
"@babel/plugin-proposal-class-properties": "7.1.0",
"@babel/plugin-proposal-decorators": "7.1.2",
"@babel/preset-env": "7.1.0",
"@vue/test-utils": "1.0.0-beta.25",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "8.2.3",
"babel-jest": "22.4.3",
"babel-eslint": "10.0.1",
"babel-jest": "23.6.0",
"eslint": "4.19.1",
"eslint-config-th0r": "1.0.1",
"jest": "22.4.3",
"vue": "^2.5.16",
"vue-template-compiler": "2.5.16"
"jest": "23.6.0",
"vue": "^2.5.17",
"vue-template-compiler": "2.5.17"
},

@@ -46,0 +46,0 @@ "files": [

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