🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

watchify

Package Overview
Dependencies
Maintainers
41
Versions
70
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

watchify - npm Package Compare versions

Comparing version

to
4.0.0

.github/workflows/ci.yml

23

package.json
{
"name": "watchify",
"version": "3.11.1",
"version": "4.0.0",
"description": "watch mode for browserify builds",
"main": "index.js",
"bin": "bin/cmd.js",
"engines": {
"node": ">= 8.10.0"
},
"dependencies": {
"anymatch": "^2.0.0",
"browserify": "^16.1.0",
"chokidar": "^2.1.1",
"anymatch": "^3.1.0",
"browserify": "^17.0.0",
"chokidar": "^3.4.0",
"defined": "^1.0.0",
"outpipe": "^1.1.0",
"through2": "^2.0.0",
"xtend": "^4.0.0"
"through2": "^4.0.2",
"xtend": "^4.0.2"
},
"devDependencies": {
"brfs": "^2.0.1",
"mkdirp": "~0.5.1",
"mkdirp": "^0.5.5",
"split": "^1.0.0",
"tape": "^4.2.2",
"tape": "^5.1.1",
"uglify-js": "^2.5.0",

@@ -29,5 +32,5 @@ "win-spawn": "^2.0.0"

"type": "git",
"url": "git://github.com/substack/watchify.git"
"url": "git://github.com/browserify/watchify.git"
},
"homepage": "https://github.com/substack/watchify",
"homepage": "https://github.com/browserify/watchify",
"keywords": [

@@ -34,0 +37,0 @@ "browserify",

Sorry, the diff of this file is not supported yet