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.1.0 to 0.1.1

20

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

@@ -9,4 +9,4 @@ "main": "./dist/vue-model-x.js",

"build": "rm -rf dist && rollup -c",
"publish": "npm run build",
"test": "mocha --require @babel/register"
"publish": "npm run build && npm test",
"test": "jest"
},

@@ -32,13 +32,15 @@ "keywords": [

"@babel/preset-env": "7.0.0-beta.42",
"@babel/register": "7.0.0-beta.42",
"@vue/test-utils": "1.0.0-beta.13",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "8.2.2",
"chai": "4.1.2",
"babel-jest": "22.4.3",
"eslint": "4.19.1",
"eslint-config-th0r": "1.0.1",
"karma": "2.0.0",
"karma-mocha": "1.3.0",
"mocha": "5.0.5",
"jest": "22.4.3",
"jest-serializer-vue": "1.0.0",
"rollup": "0.57.1",
"rollup-plugin-babel": "4.0.0-beta.0",
"vue": "^2.5.16"
"vue": "^2.5.16",
"vue-server-renderer": "2.5.16",
"vue-template-compiler": "2.5.16"
},

@@ -45,0 +47,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