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.4.1 to 1.4.2-next.0

cjs/index.js

12

CHANGELOG.md
# @kitql/vite-plugin-watch-and-run
## 1.4.2-next.0
### Patch Changes
- [#432](https://github.com/jycouet/kitql/pull/432)
[`8e75e6d`](https://github.com/jycouet/kitql/commit/8e75e6d8f649e183d96577ed0280a9960ec13c0c)
Thanks [@jycouet](https://github.com/jycouet)! - add cjs option
- Updated dependencies
[[`8e75e6d`](https://github.com/jycouet/kitql/commit/8e75e6d8f649e183d96577ed0280a9960ec13c0c)]:
- @kitql/helpers@0.8.3-next.0
## 1.4.1

@@ -4,0 +16,0 @@

11

package.json

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

],
"version": "1.4.1",
"version": "1.4.2-next.0",
"license": "MIT",

@@ -18,3 +18,3 @@ "type": "module",

"dependencies": {
"@kitql/helpers": "0.8.2",
"@kitql/helpers": "0.8.3-next.0",
"micromatch": "4.0.5"

@@ -27,5 +27,6 @@ },

".": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js",
"svelte": "./dist/index.js"
"require": "./cjs/index.js",
"types": "./esm/index.d.ts",
"default": "./esm/index.js",
"svelte": "./esm/index.js"
}

@@ -32,0 +33,0 @@ },

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