vite-plugin-checker
Advanced tools
Comparing version 0.5.0-beta.1 to 0.5.0-beta.2
{ | ||
"name": "vite-plugin-checker", | ||
"version": "0.5.0-beta.1", | ||
"version": "0.5.0-beta.2", | ||
"description": "Vite plugin that runs TypeScript type checker on a separate process.", | ||
"main": "lib/main.js", | ||
"type": "module", | ||
"types": "lib/main.d.ts", | ||
"types": "./dist/main.d.ts", | ||
"exports": "./dist/main.js", | ||
"engines": { | ||
"node": ">=14.16" | ||
}, | ||
"files": [ | ||
"lib", | ||
"!lib/checkers/vueTsc/typescript-vue-tsc" | ||
"dist", | ||
"!dist/checkers/vueTsc/typescript-vue-tsc" | ||
], | ||
"scripts": { | ||
"dev": "tsup --watch", | ||
"clean": "rimraf lib", | ||
"clean": "rimraf dist", | ||
"build": "tsup", | ||
@@ -54,3 +57,4 @@ "build:test": "tsup --sourcemap inline", | ||
"vite": "^2.0.0 || ^3.0.0-0", | ||
"vls": "*" | ||
"vls": "*", | ||
"vti": "*" | ||
}, | ||
@@ -57,0 +61,0 @@ "peerDependenciesMeta": { |
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
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
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
59
10
255523
20
4090
3