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

vite-plugin-watch-and-run

Package Overview
Dependencies
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vite-plugin-watch-and-run - npm Package Compare versions

Comparing version 1.6.1 to 1.7.0

6

CHANGELOG.md
# @kitql/vite-plugin-watch-and-run
## 1.7.0
### Minor Changes
- [`aeb2577`](https://github.com/jycouet/kitql/commit/aeb2577b214a5b8513db01ef2ad2f02d81313d72) Thanks [@jycouet](https://github.com/jycouet)! - fix: vite plugin type to use PluginOption
## 1.6.1

@@ -4,0 +10,0 @@

4

esm/index.d.ts

@@ -1,2 +0,2 @@

import type { Plugin, ViteDevServer } from 'vite';
import type { PluginOption, ViteDevServer } from 'vite';
export type Options = {

@@ -59,4 +59,4 @@ /**

};
export declare const watchAndRun: (params: Options[]) => Plugin & {
export declare const watchAndRun: (params: Options[]) => PluginOption & {
getCheckedConf: () => StateDetail[];
};

@@ -7,3 +7,3 @@ {

],
"version": "1.6.1",
"version": "1.7.0",
"license": "MIT",

@@ -10,0 +10,0 @@ "type": "module",

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