New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.3.0-exp.3 to 1.3.0

14

CHANGELOG.md
# @kitql/vite-plugin-watch-and-run
## 1.3.0
### Minor Changes
- [#382](https://github.com/jycouet/kitql/pull/382)
[`55a08b1`](https://github.com/jycouet/kitql/commit/55a08b1d9010f425c44568ec06939e7a0db220fa)
Thanks [@jycouet](https://github.com/jycouet)! - add viteDevServer in run() args
- Updated dependencies
[[`2cd7b4d`](https://github.com/jycouet/kitql/commit/2cd7b4d97694035974cfdb838138339fccc1daf3),
[`2bc230a`](https://github.com/jycouet/kitql/commit/2bc230ab57566ab480fd1d945197f4ca86f091b0),
[`e6ae461`](https://github.com/jycouet/kitql/commit/e6ae4610268c403c0526ec73bd91961f8dd819ea)]:
- @kitql/helpers@0.8.0
## 1.3.0-exp.3

@@ -4,0 +18,0 @@

2

dist/index.js
import { spawn } from 'node:child_process';
import { cyan, green, Log, magenta, red } from '@kitql/helper';
import { cyan, green, Log, magenta, red } from '@kitql/helpers';
import micromatch from 'micromatch';

@@ -4,0 +4,0 @@ const nbOverlap = (a1, a2) => {

{
"name": "vite-plugin-watch-and-run",
"description": "vite-plugin that will watch some files and run a package.json script on change",
"version": "1.3.0-exp.3",
"version": "1.3.0",
"license": "MIT",

@@ -13,7 +13,4 @@ "type": "module",

},
"peerDependencies": {
"svelte": "^4.0.0"
},
"dependencies": {
"@kitql/helper": "0.8.0-exp.2",
"@kitql/helpers": "0.8.0",
"micromatch": "4.0.5"

@@ -20,0 +17,0 @@ },

@@ -1,9 +0,5 @@

# KitQL - vite-plugin-watch-and-run
# ⚡vite-plugin-watch-and-run
[KitQL](https://github.com/jycouet/kitql#kitql), _A set of tools, helping **you** building efficient apps in a fast way._
_Part of [KitQL](https://github.com/jycouet/kitql#kitql), a set of tools helping **you** building efficient apps in a fast way._
<p align="center">
<img src="../../logo.svg" width="100" />
</p>
## Check the [⚡Doc⚡](https://kitql.dev/docs/setup/03_vite-plugin-watch-and-run)
### 👉 Check the [⚡Doc⚡](https://kitql.dev/docs/setup/03_vite-plugin-watch-and-run)
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