Socket
Socket
Sign inDemoInstall

brsolab-process

Package Overview
Dependencies
1
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.4 to 1.0.5

2

index.js

@@ -49,3 +49,3 @@ /**

prcess.kill(9);
reject({error: 'process timeout', timeout: options.timeout, exitCode: -1, command, args});
reject({error: new Error('process timeout'), timeout: options.timeout, exitCode: -1, command, args});
}catch(e){

@@ -52,0 +52,0 @@ reject({error: e, exitCode: -2, command, args});

{
"name": "brsolab-process",
"version": "1.0.4",
"version": "1.0.5",
"description": "Nodejs Child Process wrapper with timeout and promises",

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

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