You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

vite-plugin-serve-static

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vite-plugin-serve-static - npm Package Compare versions

Comparing version

to
1.2.0

8

package.json
{
"name": "vite-plugin-serve-static",
"version": "1.1.0",
"version": "1.2.0",
"description": "A Vite plugin for serving static files during local development",

@@ -31,3 +31,3 @@ "repository": {

"peerDependencies": {
"vite": "^5.0.0 || ^6.0.0"
"vite": ">=5.0.0 <8.0.0"
},

@@ -50,5 +50,5 @@ "dependencies": {

"rimraf": "^6.0.1",
"tsup": "^8.3.5",
"tsup": "~8.4.0",
"typescript": "~5.7.2",
"vitest": "^2.1.8"
"vitest": "^3.0.8"
},

@@ -55,0 +55,0 @@ "publishConfig": {