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

spawn-auto-restart

Package Overview
Dependencies
Maintainers
3
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

spawn-auto-restart - npm Package Compare versions

Comparing version

to
3.0.0

.eslintrc.json

11

package.json
{
"name": "spawn-auto-restart",
"version": "2.0.1",
"version": "3.0.0",
"description": "spawn-auto-restart",

@@ -21,8 +21,11 @@ "main": "src/index.js",

"dependencies": {
"chokidar": "^1.2.0",
"debug": "^2.2.0"
"chokidar": "^3.4.2",
"debug": "^4.1.1"
},
"devDependencies": {
"eslint": "^1.7.1"
"eslint": "^7.15.0"
},
"engines": {
"node": ">= 10.13.0"
}
}

@@ -82,3 +82,5 @@ # spawn auto restart

**2.0.0**: [Move debug option to env variable](https://github.com/maxcnunes/spawn-auto-restart/commit/e8d85d7681d64ec9d8b1e5cefff25857208c070a).
* **3.0.0**: Update dependencies to latest versions, set Node 10.13 as minimum supported version.
* **2.0.1**: [Preserve output colors](https://github.com/sqlectron/spawn-auto-restart/commit/1dbdcdaab3a9b64c47c2f2e0e4fae3cb2327de31).
* **2.0.0**: [Move debug option to env variable](https://github.com/maxcnunes/spawn-auto-restart/commit/e8d85d7681d64ec9d8b1e5cefff25857208c070a).

@@ -85,0 +87,0 @@