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.8

.github/workflows/node.js.yml

8

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

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

"dependencies": {
"chokidar": "3.5.2",
"chokidar": "3.6.0",
"colors": "1.4.0",
"glob": "7.2.0",
"glob": "10.3.12",
"glob-parent": "6.0.2"
},
"devDependencies": {
"eslint": "^8.2.0"
"eslint": "^9.0.0"
},

@@ -37,0 +37,0 @@ "scripts": {

# copy-and-watch
[!['Build status'][travis_image_url]][travis_page_url]
[![Node.js CI](https://github.com/zont/copy-and-watch/actions/workflows/node.js.yml/badge.svg)](https://github.com/zont/copy-and-watch/actions/workflows/node.js.yml)
[travis_image_url]: https://api.travis-ci.org/zont/copy-and-watch.svg
[travis_page_url]: https://travis-ci.org/zont/copy-and-watch
Synchronize files and folders locally by glob patterns, watch option included.

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