vue-mutable
Advanced tools
Comparing version 0.0.0-development to 1.0.0
{ | ||
"name": "vue-mutable", | ||
"version": "0.0.0-development", | ||
"version": "1.0.0", | ||
"description": "Proxies your props into mutable local state.", | ||
"main": "index.js", | ||
"main": "dist/vue-mutable.js", | ||
"scripts": { | ||
"test": "npx jest", | ||
"build": "npx webpack --config webpack.config.js --mode production", | ||
"commit": "git-cz", | ||
@@ -26,6 +28,21 @@ "semantic-release": "semantic-release" | ||
"devDependencies": { | ||
"@babel/core": "^7.8.4", | ||
"@babel/preset-env": "^7.8.4", | ||
"@vue/test-utils": "^1.0.0-beta.31", | ||
"babel-jest": "^25.1.0", | ||
"babel-loader": "^8.0.6", | ||
"commitizen": "^4.0.3", | ||
"cz-conventional-changelog": "^3.1.0", | ||
"semantic-release": "^17.0.3" | ||
"jest": "^25.1.0", | ||
"jest-cli": "^25.1.0", | ||
"prettier": "^1.19.1", | ||
"semantic-release": "^17.0.3", | ||
"vue": "^2.6.11", | ||
"vue-template-compiler": "^2.6.11", | ||
"webpack": "^4.41.6", | ||
"webpack-cli": "^3.3.11" | ||
}, | ||
"peerDependencies": { | ||
"vue": "2.x" | ||
}, | ||
"config": { | ||
@@ -32,0 +49,0 @@ "commitizen": { |
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
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
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
7095
11
151
0
1
52
0
1
15