vue-progressive-image
Advanced tools
Comparing version 3.2.0 to 3.2.1-beta.1
{ | ||
"name": "vue-progressive-image", | ||
"version": "3.2.0", | ||
"version": "3.2.1-beta.1", | ||
"description": "Vue progressive image loading plugin", | ||
"main": "dist/vue-progressive-image.js", | ||
"main": "./dist/vue-progressive-image.umd.js", | ||
"module": "./dist/vue-progressive-image.es.js", | ||
"unpkg": "./dist/vue-progressive-image.umd.js", | ||
"jsdelivr": "./dist/vue-progressive-image.umd.js", | ||
"files": [ | ||
@@ -10,5 +13,5 @@ "dist" | ||
"scripts": { | ||
"dev": "webpack --config config/webpack.dev.config.js -w --hide-modules", | ||
"build": "webpack --config config/webpack.prod.config.js --optimize-minimize --hide-modules", | ||
"prepublish": "webpack --config config/webpack.prod.config.js --optimize-minimize --hide-modules" | ||
"dev": "cross-env NODE_ENV=development vite build --watch", | ||
"build": "cross-env NODE_ENV=production vite build", | ||
"prepublish": "yarn build" | ||
}, | ||
@@ -19,7 +22,2 @@ "author": { | ||
}, | ||
"config": { | ||
"commitizen": { | ||
"path": "node_modules/cz-conventional-changelog" | ||
} | ||
}, | ||
"repository": { | ||
@@ -41,15 +39,12 @@ "type": "git", | ||
"devDependencies": { | ||
"babel-core": "^6.23.1", | ||
"babel-loader": "^6.3.2", | ||
"babel-preset-es2015": "^6.22.0", | ||
"babel-preset-stage-2": "^6.22.0", | ||
"babel-register": "^6.23.0", | ||
"compression-webpack-plugin": "^0.3.2", | ||
"css-loader": "^0.26.2", | ||
"style-loader": "^0.13.2", | ||
"vue-loader": "^11.1.3", | ||
"vue-template-compiler": "^2.2.1", | ||
"webpack": "^3.4.1", | ||
"webpack-merge": "^3.0.0" | ||
"@vitejs/plugin-vue2": "^1.1.2", | ||
"cross-env": "^7.0.3", | ||
"vite": "^3.0.0", | ||
"vite-plugin-style-inject": "^0.0.1", | ||
"vue": "^2.2.1", | ||
"vue-template-compiler": "^2.2.1" | ||
}, | ||
"peerDependencies": { | ||
"vue": "^2.2.1" | ||
} | ||
} |
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 v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
28188
6
287
1
1
5
1