vue-model-x
Advanced tools
Comparing version 0.4.0 to 0.5.0
{ | ||
"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/*.*" | ||
] | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
27365
14
31
774
1