vue-runtime-helpers
Advanced tools
Comparing version 0.1.2 to 0.2.0
@@ -5,3 +5,28 @@ # Change Log | ||
<a name="0.2.0"></a> | ||
# [0.2.0](https://github.com/znck/vue-runtime-helpers/compare/v0.1.2...v0.2.0) (2018-08-29) | ||
### Bug Fixes | ||
* Move source files to root directory ([6031f22](https://github.com/znck/vue-runtime-helpers/commit/6031f22)) | ||
### Features | ||
* Publish ES6 module ([4b1caaa](https://github.com/znck/vue-runtime-helpers/commit/4b1caaa)) | ||
<a name="0.2.0"></a> | ||
# [0.2.0](https://github.com/znck/vue-runtime-helpers/compare/v0.1.2...v0.2.0) (2018-08-29) | ||
### Features | ||
* Publish ES6 module ([4b1caaa](https://github.com/znck/vue-runtime-helpers/commit/4b1caaa)) | ||
<a name="0.1.2"></a> | ||
## [0.1.2](https://github.com/znck/vue-runtime-helpers/compare/v0.1.1...v0.1.2) (2018-05-13) |
{ | ||
"name": "vue-runtime-helpers", | ||
"version": "0.1.2", | ||
"version": "0.2.0", | ||
"description": "Runtime helpers for Vue SFC.", | ||
"main": "dist/index.js", | ||
"repository": "https://github.com/znck/vue-runtime-helpers", | ||
@@ -10,11 +9,29 @@ "author": "Rahul Kadyan", | ||
"devDependencies": { | ||
"typescript": "^2.8.3" | ||
"@types/jest": "^22.2.3", | ||
"@types/node": "^10.0.9", | ||
"@types/puppeteer": "^1.3.2", | ||
"@vue/component-compiler": "^3.3.3", | ||
"@znck/promised": "^1.0.0", | ||
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2", | ||
"jest": "^22.4.3", | ||
"postcss": "^6.0.22", | ||
"puppeteer": "^1.4.0", | ||
"rollup": "^0.59.4", | ||
"rollup-plugin-commonjs": "^9.1.3", | ||
"rollup-plugin-node-resolve": "^3.3.0", | ||
"ts-jest": "^22.4.6", | ||
"typescript": "^2.8.3", | ||
"vue": "^2.5.16", | ||
"vue-server-renderer": "^2.5.16", | ||
"vue-template-compiler": "^2.5.16" | ||
}, | ||
"scripts": { | ||
"prebuild": "rm -r dist || echo 'done'", | ||
"build": "tsc", | ||
"prepare": "npm run build" | ||
}, | ||
"files": [ | ||
"dist" | ||
] | ||
"pretest": "npm run build", | ||
"test": "jest", | ||
"prerelease": "npm test", | ||
"release": "standard-version -a", | ||
"postrelease": "cp LICENSE package.json CHANGELOG.md dist/ && cd dist/ && npm publish && cd -" | ||
} | ||
} |
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
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
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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
10973
1
17
9
202
1
0
1