Socket
Socket
Sign inDemoInstall

machinepack-process

Package Overview
Dependencies
3
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.0 to 1.2.0

8

machines/spawn.js

@@ -39,2 +39,7 @@ module.exports = {

forbidden: {
friendlyName: 'forbidden',
description: 'Insufficient permissions to spawn process from the specified path (i.e. you might need to use `chown`/`chmod`)'
},
noSuchDir: {

@@ -91,2 +96,5 @@ friendlyName: 'no such directory',

}
if (err.code==='EACCES') {
return exits.forbidden();
}
}

@@ -93,0 +101,0 @@ // console.log('errno',err.errno);

2

package.json
{
"name": "machinepack-process",
"version": "1.1.0",
"version": "1.2.0",
"description": "Work with child procs and the running process.",

@@ -5,0 +5,0 @@ "scripts": {

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc