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
42
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.7.0 to 1.7.1

23

CHANGELOG.md
# @kitql/vite-plugin-watch-and-run
## 1.7.1
### Patch Changes
- [#721](https://github.com/jycouet/kitql/pull/721)
[`dabca51`](https://github.com/jycouet/kitql/commit/dabca5188a1a8ab08c1d0dee7ad671f94b9d83ad)
Thanks [@jycouet](https://github.com/jycouet)! - bump micromatch to fix 2 moderate severity
vulnerabilities
- Updated dependencies
[[`53804e4`](https://github.com/jycouet/kitql/commit/53804e44e6ae3ba8e0de54a2de87cae4f4e32437)]:
- @kitql/helpers@0.8.10
## 1.7.0

@@ -7,3 +20,4 @@

- [`aeb2577`](https://github.com/jycouet/kitql/commit/aeb2577b214a5b8513db01ef2ad2f02d81313d72) Thanks [@jycouet](https://github.com/jycouet)! - fix: vite plugin type to use PluginOption
- [`aeb2577`](https://github.com/jycouet/kitql/commit/aeb2577b214a5b8513db01ef2ad2f02d81313d72)
Thanks [@jycouet](https://github.com/jycouet)! - fix: vite plugin type to use PluginOption

@@ -14,5 +28,8 @@ ## 1.6.1

- [#629](https://github.com/jycouet/kitql/pull/629) [`f474d6f`](https://github.com/jycouet/kitql/commit/f474d6f7b4a1aefefb5eed9dce98bec226ea0310) Thanks [@jycouet](https://github.com/jycouet)! - bump internals
- [#629](https://github.com/jycouet/kitql/pull/629)
[`f474d6f`](https://github.com/jycouet/kitql/commit/f474d6f7b4a1aefefb5eed9dce98bec226ea0310)
Thanks [@jycouet](https://github.com/jycouet)! - bump internals
- Updated dependencies [[`f474d6f`](https://github.com/jycouet/kitql/commit/f474d6f7b4a1aefefb5eed9dce98bec226ea0310)]:
- Updated dependencies
[[`f474d6f`](https://github.com/jycouet/kitql/commit/f474d6f7b4a1aefefb5eed9dce98bec226ea0310)]:
- @kitql/helpers@0.8.9

@@ -19,0 +36,0 @@

12

package.json

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

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

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

"dependencies": {
"@kitql/helpers": "0.8.9",
"micromatch": "4.0.5"
"@kitql/helpers": "0.8.10",
"micromatch": "4.0.8"
},

@@ -27,6 +27,6 @@ "sideEffects": false,

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

@@ -33,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