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

vite-plugin-node

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vite-plugin-node - npm Package Versions

13

0.0.16

Diff

Changelog

Source

0.0.16

  • Pass the dev server to the handler
  • Requires vite 2.8 as peer dependency
  • add vite build!
axe-dev
published 0.0.15 •

Changelog

Source

0.0.15

  • remove node version requirement
axe-dev
published 0.0.14 •

Changelog

Source

0.0.14

  • Starting from this patch, this plugin will use the vite http server instead of creating its own.

⚠️ Breaking Changes! ⚠️

  • config option handler renamed to adapter
  • removed server config options, now you can just use vite server options, see vite doc
axe-dev
published 0.0.13 •

Changelog

Source

0.0.13

  • fastify: use fastify.routing to handle incoming request
axe-dev
published 0.0.12 •

Changelog

Source

0.0.12

  • Support async app
axe-dev
published 0.0.11 •

Changelog

Source

0.0.11

  • code refactor for framework adapters. move out the http server from the adapter.
  • now support to customize the export name of your app

⚠️ Breaking Changes ⚠️

  • plugin config updated. Please take a look and update your config.
axe-dev
published 0.0.10 •

Changelog

Source

0.0.10

  • add fastify support!
axe-dev
published 0.0.9 •

Changelog

Source

0.0.9

I re-implemented how this plugin works internally. Previously, this plugin relay on vite dev server HMR signals to restart the server, which is too slow. In this new version, the app is loaded on each request and the http server is always running.

⚠️ Breaking Changes ⚠️

  • the named exported required from your entry renamed from createViteNodeApp to viteNodeApp

Updates

  • update readme.md with new How? section
  • add koa as builtin supported framework
  • update usages section in readme.md
  • add examples for all the supported framework
axe-dev
published 0.0.8 •

axe-dev
published 0.0.7 •

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