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 2.0.0 to 2.0.1

3

machines/escape-cli-opt.js

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

// Stringify if necessary
// If this is a dictionary/array, then JSON stringify it.
var val = inputs.value;

@@ -59,2 +59,3 @@ if (util.isObject(val)) {

}
// Otherwise, cast it to a string.
else {

@@ -61,0 +62,0 @@ val = val+'';

{
"name": "machinepack-process",
"version": "2.0.0",
"version": "2.0.1",
"description": "Work with child procs and the running process.",

@@ -16,4 +16,4 @@ "scripts": {

"dependencies": {
"machine": "~10.3.1",
"machinepack-json": "1.2.1",
"machine": "~12.1.0",
"machinepack-json": "~2.0.0",
"open": "0.0.5"

@@ -20,0 +20,0 @@ },

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