vite-plugin-symfony
Advanced tools
Comparing version 8.0.0 to 8.0.1
{ | ||
"name": "vite-plugin-symfony", | ||
"version": "8.0.0", | ||
"version": "8.0.1", | ||
"description": "A Vite plugin to integrate easily Vite in your Symfony application", | ||
@@ -120,3 +120,3 @@ "type": "module", | ||
"scripts": { | ||
"dev": "tsup --watch", | ||
"dev": "tsx ./scripts/pre-dev.ts && tsup --watch", | ||
"build": "tsup", | ||
@@ -127,5 +127,4 @@ "test": "vitest", | ||
"tsc:check": "tsc --noEmit", | ||
"lint:check": "eslint -c eslint.config.js ./src", | ||
"postinstall": "tsx ./scripts/postinstall.ts" | ||
"lint:check": "eslint -c eslint.config.js ./src" | ||
} | ||
} |
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 1 instance in 1 package
0
299769