Socket
Socket
Sign inDemoInstall

machinepack-process

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

machinepack-process - npm Package Compare versions

Comparing version 3.0.0-2 to 3.0.0-3

2

machines/execute-command.js

@@ -133,3 +133,3 @@ module.exports = {

// child process's environment, while still letting the deliberately passed-in
// `evironmentVars` take precedence.
// `environmentVars` take precedence.
childProcOpts.env = _.extend({}, process.env, inputs.environmentVars);

@@ -136,0 +136,0 @@ }

@@ -100,3 +100,3 @@ module.exports = {

// child process's environment, while still letting the deliberately passed-in
// `evironmentVars` take precedence.
// `environmentVars` take precedence.
childProcOpts.env = _.extend({}, process.env, inputs.environmentVars);

@@ -103,0 +103,0 @@ }

{
"name": "machinepack-process",
"version": "3.0.0-2",
"version": "3.0.0-3",
"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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc