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

2

index.js

@@ -1,3 +0,1 @@

/* IMPORTS */
const fs = require('fs');

@@ -4,0 +2,0 @@ const path = require('path');

16

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

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

"dependencies": {
"chokidar": "^1.6.1",
"colors": "^1.1.2",
"glob": "^7.1.1",
"glob-parent": "^3.1.0"
"chokidar": "3.0.2",
"colors": "1.3.3",
"glob": "7.1.4",
"glob-parent": "5.0.0"
},
"devDependencies": {
"eslint": "^3.15.0"
"eslint": "^6.0.1"
},
"scripts": {
"lint": "eslint index.js"
"lint": "eslint --fix index.js"
},
"engines": {
"node": ">=6.0.0"
"node": ">=6"
}
}
# copy-and-watch
[!['Build status'][travis_image_url]][travis_page_url]
[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.

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet