vite-plugin-loading-test
Advanced tools
Comparing version 0.0.1 to 0.0.2
import type { Plugin } from 'vite'; | ||
declare const _default: () => Plugin; | ||
interface Options { | ||
name?: string; | ||
cssVar?: any; | ||
} | ||
declare const _default: (config: string | Options) => Plugin; | ||
export default _default; |
{ | ||
"name": "vite-plugin-loading-test", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"author": "buerjia <buerjia6688@163.com>", | ||
@@ -19,2 +19,3 @@ "main": "dist/index.mjs", | ||
"rollup": "^4.9.6", | ||
"rollup-plugin-copy": "^3.5.0", | ||
"terser": "^5.27.0", | ||
@@ -21,0 +22,0 @@ "tslib": "^2.6.2", |
Sorry, the diff of this file is not supported yet
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
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
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
3439
5
37
7
2