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.1 to 2.0.2

6

CHANGELOG.md

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

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

@@ -14,2 +16,6 @@

### Breaking changes
- make ChildService a named export ([bb4d4a9](http://github.com/nknapp/node-child-service/commit/bb4d4a977c1d65773f7892bfc7da341eec4c6209))
# 1.0.0 (2020-06-07)

12

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

@@ -19,3 +19,3 @@ "main": "src/index.js",

"posttest": "npm run format",
"format": "prettier --loglevel warn --write \"**/*.{js,css,md}\"",
"format": "prettier --loglevel warn --write \"**/*.{js,ts,d.ts,css,md}\"",
"lint": "eslint . --cache --fix",

@@ -37,3 +37,3 @@ "dtslint": "dtslint types --installAll",

"standard-changelog": "^2.0.24",
"thought": "^3.0.0",
"thought": "^3.0.1",
"thought-plugin-jsdoc": "^2.0.0"

@@ -51,3 +51,3 @@ },

"*.js": "eslint --cache --fix",
"*.{js,css,md}": "prettier --write"
"*.{js,ts,d.ts,css,md}": "prettier --write"
},

@@ -67,3 +67,5 @@ "jest": {

}
}
},
"repository": "git@github.com:nknapp/node-child-service.git",
"author": "Nils Knappmeier <npm@knappi.org>"
}

@@ -20,3 +20,3 @@ # child-service

```js
const { ChildService } = require("../");
const { ChildService } = require("child-service");
const got = require("got");

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