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.4.2 to 1.4.3

12

CHANGELOG.md
# @kitql/vite-plugin-watch-and-run
## 1.4.3
### Patch Changes
- [#442](https://github.com/jycouet/kitql/pull/442)
[`9f047fd`](https://github.com/jycouet/kitql/commit/9f047fdb99073cd1d1b2f02727330759b1dc25df)
Thanks [@jycouet](https://github.com/jycouet)! - add types in package.json for cjs
- Updated dependencies
[[`9f047fd`](https://github.com/jycouet/kitql/commit/9f047fdb99073cd1d1b2f02727330759b1dc25df)]:
- @kitql/helpers@0.8.4
## 1.4.2

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

2

cjs/index.js

@@ -36,5 +36,5 @@ "use strict";

module.exports = __toCommonJS(lib_exports);
var import_node_child_process = require("node:child_process");
var import_helpers = require("@kitql/helpers");
var import_micromatch = __toESM(require("micromatch"), 1);
var import_node_child_process = require("node:child_process");
const nbOverlap = (a1, a2) => {

@@ -41,0 +41,0 @@ return a1.filter((value) => a2?.includes(value)).length;

@@ -1,4 +0,4 @@

import { spawn } from 'node:child_process';
import { cyan, green, Log, magenta, red } from '@kitql/helpers';
import micromatch from 'micromatch';
import { spawn } from 'node:child_process';
const nbOverlap = (a1, a2) => {

@@ -5,0 +5,0 @@ return a1.filter(value => a2?.includes(value)).length;

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

],
"version": "1.4.2",
"version": "1.4.3",
"license": "MIT",

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

"dependencies": {
"@kitql/helpers": "0.8.3",
"@kitql/helpers": "0.8.4",
"micromatch": "4.0.5"
},
"sideEffects": false,
"svelte": "./dist/index.js",
"types": "./dist/index.d.ts",
"svelte": "./esm/index.js",
"types": "./esm/index.d.ts",
"exports": {

@@ -26,0 +26,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