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

copy-and-watch

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

copy-and-watch - npm Package Compare versions

Comparing version

to
0.1.6

12

package.json
{
"name": "copy-and-watch",
"version": "0.1.5",
"version": "0.1.6",
"description": "Synchronize files or folders locally, with a watch option",

@@ -28,9 +28,9 @@ "main": "index.js",

"dependencies": {
"chokidar": "3.4.1",
"chokidar": "3.5.2",
"colors": "1.4.0",
"glob": "7.1.6",
"glob-parent": "5.1.1"
"glob": "7.2.0",
"glob-parent": "6.0.2"
},
"devDependencies": {
"eslint": "^7.6.0"
"eslint": "^8.2.0"
},

@@ -41,4 +41,4 @@ "scripts": {

"engines": {
"node": ">=6"
"node": ">=10"
}
}

@@ -37,4 +37,4 @@ # copy-and-watch

"scripts": {
"build": "copy-and-watch src/**/*.{html,json} src/**/fonts/* dist",
"watch": "copy-and-watch --watch src/**/*.{html,json} src/**/{fonts,images}/* dist"
"build": "copy-and-watch src/**/*.{html,json} src/**/fonts/* dist/",
"watch": "copy-and-watch --watch src/**/*.{html,json} src/**/{fonts,images}/* dist/"
}

@@ -41,0 +41,0 @@ }