vite-plugin-utils
Advanced tools
Comparing version 0.2.1 to 0.3.0
{ | ||
"name": "vite-plugin-utils", | ||
"description": "A collection of opinionated Vite plugin utils", | ||
"version": "0.2.1", | ||
"main": "dist/index.js", | ||
"version": "0.3.0", | ||
"main": "", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/caoxiemeihao/vite-plugins.git", | ||
"directory": "packages/utils" | ||
"url": "git+https://github.com/vite-plugin/vite-plugin-utils.git" | ||
}, | ||
@@ -18,8 +17,6 @@ "author": "草鞋没号 <308487730@qq.com>", | ||
}, | ||
"dependencies": { | ||
"acorn-walk": "^8.2.0", | ||
"fast-glob": "^3.2.11" | ||
}, | ||
"devDependencies": { | ||
"vite": "^3.x.x" | ||
"@types/node": "^18.7.14", | ||
"typescript": "^4.7.4", | ||
"vite": "^3.0.9" | ||
}, | ||
@@ -32,4 +29,5 @@ "keywords": [ | ||
"files": [ | ||
"dist" | ||
"*/*.d.ts", | ||
"*/*.js" | ||
] | ||
} |
@@ -5,2 +5,5 @@ # vite-plugin-utils | ||
[![NPM version](https://img.shields.io/npm/v/vite-plugin-utils.svg)](https://npmjs.org/package/vite-plugin-utils) | ||
[![NPM Downloads](https://img.shields.io/npm/dm/vite-plugin-utils.svg)](https://npmjs.org/package/vite-plugin-utils) | ||
## API | ||
@@ -10,2 +13,2 @@ | ||
- `vite-plugin-utils/function` | ||
- `vite-plugin-utils/sort-plugin` | ||
- `vite-plugin-utils/sort-plugin` |
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
10092
0
13
3
9
272
1
- Removedacorn-walk@^8.2.0
- Removedfast-glob@^3.2.11
- Removed@nodelib/fs.scandir@2.1.5(transitive)
- Removed@nodelib/fs.stat@2.0.5(transitive)
- Removed@nodelib/fs.walk@1.2.8(transitive)
- Removedacorn@8.14.0(transitive)
- Removedacorn-walk@8.3.4(transitive)
- Removedbraces@3.0.3(transitive)
- Removedfast-glob@3.3.2(transitive)
- Removedfastq@1.17.1(transitive)
- Removedfill-range@7.1.1(transitive)
- Removedglob-parent@5.1.2(transitive)
- Removedis-extglob@2.1.1(transitive)
- Removedis-glob@4.0.3(transitive)
- Removedis-number@7.0.0(transitive)
- Removedmerge2@1.4.1(transitive)
- Removedmicromatch@4.0.8(transitive)
- Removedpicomatch@2.3.1(transitive)
- Removedqueue-microtask@1.2.3(transitive)
- Removedreusify@1.0.4(transitive)
- Removedrun-parallel@1.2.0(transitive)
- Removedto-regex-range@5.0.1(transitive)