Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

forever

Package Overview
Dependencies
Maintainers
4
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

forever - npm Package Compare versions

Comparing version 0.10.6 to 0.10.7

5

lib/forever/cli.js

@@ -57,3 +57,2 @@ /*

' --plain alias of --no-colors',
' --plain Disable command line colors',
' -d, --debug Forces forever to log debug output',

@@ -202,3 +201,3 @@ ' -v, --verbose Turns on the verbose messages from Forever',

'pidFile', 'logFile', 'errFile', 'watch', 'minUptime', 'append',
'silent', 'outFile', 'max', 'command', 'path', 'spinSleepTime',
'silent', 'outFile', 'max', 'command', 'path', 'spinSleepTime',
'sourceDir', 'uid', 'watchDirectory', 'watchIgnore', 'killTree', 'killSignal'

@@ -208,3 +207,3 @@ ].forEach(function (key) {

});
options.watchIgnore = options.watchIgnore || [];

@@ -211,0 +210,0 @@ options.watchIgnorePatterns = !Array.isArray(options.watchIgnore)

4

package.json

@@ -5,3 +5,3 @@ {

"description": "A simple CLI tool for ensuring that a given node script runs continuously (i.e. forever)",
"version": "0.10.6",
"version": "0.10.7",
"author": "Nodejitsu Inc. <info@nodejitsu.com>",

@@ -29,3 +29,3 @@ "maintainers": [

"nconf": "0.6.7",
"nssocket": "0.5.0",
"nssocket": "~0.5.1",
"optimist": "0.4.0",

@@ -32,0 +32,0 @@ "pkginfo": "0.3.0",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc