New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

vite-plugin-node

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vite-plugin-node - npm Package Versions

23

5.0.0

Diff
axe-dev
published 5.0.0 •

Changelog

Source

5.0.0

  • update vite to 6.x.x
axe-dev
published 4.0.0 •

Changelog

Source

4.0.0

  • update vite to 5.x
axe-dev
published 3.1.0 •

Changelog

Source

3.1.0

  • add initAppOnBoot option, when set to true, the app will be initialized on vite server boot.
axe-dev
published 3.0.2 •
axe-dev
published 3.0.1 •
axe-dev
published 3.0.0 •

Changelog

Source

3.0.0

⚠️ Breaking Changes! ⚠️

  • update vite to 4.x
axe-dev
published 2.0.0 •

Changelog

Source

2.0.0

⚠️ Breaking Changes! ⚠️

  • update vite to 3.x

  • add apollo example

axe-dev
published 1.0.0 •

Changelog

Source

1.0.0

  • lazy load swc
axe-dev
published 0.0.19 •

Changelog

Source

0.0.19

  • set swc default config module to es6
  • do deep merge for swc config
axe-dev
published 0.0.18 •

Changelog

Source

0.0.18

⚠️ Breaking Changes! ⚠️

  • @swc/core now is an optional peer dependency. if you want to use it as typescript compiler, you need to install it as dev dependency.

other changes

  • config vite rollup config to tell vite the entry point to mute the warning
  • now support customize swc config.