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

child-service

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

child-service - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

2

CHANGELOG.md

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

## [2.0.1](https://github.com/nknapp/node-child-service/compare/v2.0.0...v2.0.1) (2020-06-28)
# [2.0.0](https://github.com/nknapp/node-child-service/compare/v1.0.0...v2.0.0) (2020-06-28)

@@ -2,0 +4,0 @@

2

package.json
{
"name": "child-service",
"version": "2.0.0",
"version": "2.0.1",
"description": "Start services as child-process, wait until they are ready and stop them.",

@@ -5,0 +5,0 @@ "main": "src/index.js",

@@ -55,2 +55,4 @@ # child-service

The package also makes sure that processes are stopped when the parent-process dies unexpectedly. It takes into account quitting by `process.exit()` as well as `SIGTERM`, `SIGINT` and `SIGKILL`.
# API reference

@@ -57,0 +59,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