Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@hono/vite-dev-server

Package Overview
Dependencies
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hono/vite-dev-server - npm Package Compare versions

Comparing version 0.0.10 to 0.0.11

2

dist/dev-server.js

@@ -5,3 +5,3 @@ import { getRequestListener } from "@hono/node-server";

injectClientScript: true,
exclude: [".*.ts", ".*.tsx", "/@.+", "/node_modules/.*"]
exclude: [".*\\.ts", ".*\\.tsx", "/@.+", "\\/node_modules\\/.*"]
};

@@ -8,0 +8,0 @@ const nullScript = "export default { fetch: () => new Response(null, { status: 404 }) };";

{
"name": "@hono/vite-dev-server",
"description": "Vite dev-server plugin for Hono",
"version": "0.0.10",
"version": "0.0.11",
"types": "dist/index.d.ts",

@@ -6,0 +6,0 @@ "module": "dist/index.js",

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc