Socket
Socket
Sign inDemoInstall

background-service-runner

Package Overview
Dependencies
6
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.90.19 to 0.90.20

.travis.yml

4

Gruntfile.js

@@ -76,3 +76,5 @@ /**

grunt.registerTask('test', [
'mochaTest'
'mochaTest',
'jshint',
'validate-package'
]);

@@ -79,0 +81,0 @@

{
"name": "background-service-runner",
"version": "0.90.19",
"version": "0.90.20",
"description": "A daemon runner utility for node, python, shell and other executable services. Can be configured to run a monitored or detached child process or groups of processes.",

@@ -10,2 +10,5 @@ "main": "./index.js",

},
"scripts":{
"test":"grunt test"
},
"keywords": [

@@ -12,0 +15,0 @@ "daemon",

# Background Service Runner
- - -
[![NPM version](https://badge.fury.io/js/background-service-runner.svg)](http://badge.fury.io/js/background-service-runner)
[![Build Status](https://travis-ci.org/darrylwest/background-service-runner.svg?branch=develop)](https://travis-ci.org/darrylwest/background-service-runner)
A daemon runner utility for node, python, shell and other executable services. Can be configured to run a monitored or detached child process or groups of processes.

@@ -72,6 +75,5 @@

_Note: works in linux/unix but not tested in windows._
_Note: works in linux/unix but probably not in windows._
- - -
<p><small><em>Copyright © 2014, rain city software | Version 0.90.19</em></small></p>
<p><small><em>Copyright © 2014, rain city software | Version 0.90.20</em></small></p>

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc