New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

rollup-plugin-watch

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rollup-plugin-watch - npm Package Compare versions

Comparing version

to
1.0.3

dist/plugin.js

38

package.json
{
"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

[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/jleeson/rollup-plugin-watch/blob/master/LICENSE)
[![Donate](https://img.shields.io/badge/patreon-donate-green.svg)](https://www.patreon.com/outwalkstudios)
[![Follow Us](https://img.shields.io/badge/follow-on%20twitter-4AA1EC.svg)](https://twitter.com/jleesons)

@@ -9,0 +9,0 @@ ---