Socket
Socket
Sign inDemoInstall

async-child-process

Package Overview
Dependencies
3
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.0 to 1.1.1

2

lib/kill.js

@@ -11,2 +11,4 @@ 'use strict';

exports.customize = customize;
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }

@@ -13,0 +15,0 @@

2

package.json
{
"name": "async-child-process",
"version": "1.1.0",
"version": "1.1.1",
"description": "Promise-based child process interface",

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

@@ -5,3 +5,3 @@ // @flow

function customize(
export function customize(
kill: (child: ChildProcess, signal?: string) => void

@@ -8,0 +8,0 @@ ): (child: ChildProcess, signal?: string) => Promise<void> {

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