vite-plugin-symfony
Advanced tools
Comparing version 0.1.1 to 0.1.2
{ | ||
"name": "vite-plugin-symfony", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "", | ||
"main": "index.js", | ||
"scripts": {}, | ||
"main": "dist/index.js", | ||
"author": "Lhapaipai", | ||
@@ -12,3 +11,22 @@ "license": "MIT", | ||
"url": "https://github.com/lhapaipai/vite-plugin-symfony.git" | ||
}, | ||
"scripts": { | ||
"dev": "tsc --build --watch", | ||
"build": "tsc --build" | ||
}, | ||
"files": [ | ||
"dist/", | ||
"src/" | ||
], | ||
"devDependencies": { | ||
"@types/node": "^16.11.9", | ||
"@typescript-eslint/eslint-plugin": "^5.4.0", | ||
"@typescript-eslint/parser": "^5.4.0", | ||
"eslint": "^8.3.0", | ||
"eslint-config-prettier": "^8.3.0", | ||
"eslint-plugin-prettier": "^4.0.0", | ||
"prettier": "^2.4.1", | ||
"typescript": "^4.5.2", | ||
"vite": "^2.6.14" | ||
} | ||
} |
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
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
11930
11
315
9
1