Socket
Socket
Sign inDemoInstall

vite

Package Overview
Dependencies
16
Maintainers
1
Versions
552
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.3.0 to 0.3.1

3

dist/server/plugins/modules.js

@@ -19,2 +19,5 @@ "use strict";

await next();
if (ctx.status === 304) {
return;
}
if (ctx.url === '/index.html') {

@@ -21,0 +24,0 @@ const html = await readBody(ctx.body);

2

package.json
{
"name": "vite",
"version": "0.3.0",
"version": "0.3.1",
"license": "MIT",

@@ -5,0 +5,0 @@ "author": "Evan You",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc