rollup-plugin-watch
Advanced tools
Comparing version
{ | ||
"name": "rollup-plugin-watch", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "A rollup plugin to specify directories and files to watch", | ||
@@ -8,2 +8,5 @@ "main": "dist/plugin.cjs.js", | ||
"types": "types/plugin.d.ts", | ||
"engines": { | ||
"node": ">=16" | ||
}, | ||
"scripts": { | ||
@@ -14,6 +17,2 @@ "build": "rollup -c", | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/jleeson/rollup-plugin-watch.git" | ||
}, | ||
"keywords": [ | ||
@@ -27,2 +26,17 @@ "rollup", | ||
], | ||
"files": [ | ||
"dist", | ||
"types" | ||
], | ||
"exports": { | ||
".": { | ||
"types": "./types/plugin.d.ts", | ||
"require": "./dist/plugin.js", | ||
"import": "./dist/plugin.mjs" | ||
} | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/jleeson/rollup-plugin-watch.git" | ||
}, | ||
"author": "Jacob Leeson <jleeson2000@gmail.com> (https://twitter.com/jleesons)", | ||
@@ -35,13 +49,13 @@ "license": "MIT", | ||
"devDependencies": { | ||
"esbuild": "^0.15.12", | ||
"eslint": "^8.26.0", | ||
"rollup": "^2.79.1", | ||
"rollup-plugin-esbuild": "^4.10.1" | ||
"esbuild": "^0.19.2", | ||
"eslint": "^8.49.0", | ||
"rollup": "^3.29.1", | ||
"rollup-plugin-esbuild": "^5.0.0" | ||
}, | ||
"dependencies": { | ||
"@rollup/pluginutils": "^5.0.4" | ||
}, | ||
"peerDependencies": { | ||
"rollup": "^2.x.x || ^3.x.x" | ||
}, | ||
"dependencies": { | ||
"@rollup/pluginutils": "^5.0.2" | ||
} | ||
} |
@@ -6,3 +6,3 @@ # rollup-plugin-watch | ||
[](https://github.com/jleeson/rollup-plugin-watch/blob/master/LICENSE) | ||
[](https://www.patreon.com/outwalkstudios) | ||
[](https://twitter.com/jleesons) | ||
@@ -9,0 +9,0 @@ --- |
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
AI-detected possible typosquat
Supply chain riskAI has identified this package as a potential typosquat of a more popular package. This suggests that the package may be intentionally mimicking another package's name, description, or other metadata.
Found 1 instance in 1 package
Debug access
Supply chain riskUses debug, reflection and dynamic code execution features.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
0
-100%2
-50%0
-100%6152
-23.55%6
-40%63
-21.25%Updated