vite-plugin-utils
Advanced tools
Comparing version 0.0.0 to 0.1.0
{ | ||
"name": "vite-plugin-utils", | ||
"description": "Collection of Vite plugin utils", | ||
"version": "0.0.0", | ||
"main": "index.js", | ||
"license": "MIT" | ||
"version": "0.1.0", | ||
"main": "dist/index.js", | ||
"repository": "https://github.com/caoxiemeihao/vite-plugins/tree/main/packages/utils", | ||
"author": "草鞋没号 <308487730@qq.com>", | ||
"license": "MIT", | ||
"scripts": { | ||
"build": "rm -rf dist && tsc" | ||
}, | ||
"dependencies": { | ||
"acorn-walk": "^8.2.0", | ||
"fast-glob": "^3.2.11" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^17.x.x", | ||
"typescript": "^4.x.x", | ||
"vite": "^2.x" | ||
}, | ||
"keywords": [ | ||
"vite", | ||
"plugin", | ||
"utils" | ||
] | ||
} |
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
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 contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
12890
10
223
1
0
8
2
3
+ Addedacorn-walk@^8.2.0
+ Addedfast-glob@^3.2.11
+ Added@nodelib/fs.scandir@2.1.5(transitive)
+ Added@nodelib/fs.stat@2.0.5(transitive)
+ Added@nodelib/fs.walk@1.2.8(transitive)
+ Addedacorn@8.14.0(transitive)
+ Addedacorn-walk@8.3.4(transitive)
+ Addedbraces@3.0.3(transitive)
+ Addedfast-glob@3.3.2(transitive)
+ Addedfastq@1.17.1(transitive)
+ Addedfill-range@7.1.1(transitive)
+ Addedglob-parent@5.1.2(transitive)
+ Addedis-extglob@2.1.1(transitive)
+ Addedis-glob@4.0.3(transitive)
+ Addedis-number@7.0.0(transitive)
+ Addedmerge2@1.4.1(transitive)
+ Addedmicromatch@4.0.8(transitive)
+ Addedpicomatch@2.3.1(transitive)
+ Addedqueue-microtask@1.2.3(transitive)
+ Addedreusify@1.0.4(transitive)
+ Addedrun-parallel@1.2.0(transitive)
+ Addedto-regex-range@5.0.1(transitive)