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

vite-plugin-live-reload

Package Overview
Dependencies
Maintainers
0
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vite-plugin-live-reload - npm Package Compare versions

Comparing version 3.0.3 to 3.0.4

dist/index.d.cts

4

dist/index.d.ts

@@ -30,4 +30,4 @@ import { Plugin } from 'vite';

*/
declare const liveReload: (paths: string | readonly string[], config?: Config) => Plugin;
declare const liveReload: (paths: string | string[], config?: Config) => Plugin;
export { Config, liveReload as default, liveReload };
export { type Config, liveReload as default, liveReload };
{
"name": "vite-plugin-live-reload",
"version": "3.0.3",
"version": "3.0.4",
"description": "A simple live reloading plugin for vite.",

@@ -38,14 +38,14 @@ "type": "module",

"devDependencies": {
"@types/node": "^18.0.6",
"bumpp": "^9.0.0",
"tsup": "^6.1.3",
"typescript": "^4.7.4"
"@types/node": "^22",
"bumpp": "^9.8.1",
"tsup": "^8.3.5",
"typescript": "^5.7.2"
},
"peerDependencies": {
"vite": "^4.0.0 || ^5.0.0"
"vite": "^4.0.0 || ^5.0.0 || ^6.0.0"
},
"dependencies": {
"chokidar": "^3.5.0",
"picocolors": "^1.0.0"
"chokidar": "^3.6.0",
"picocolors": "^1.1.1"
}
}
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