New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@universal-packages/sub-process

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@universal-packages/sub-process - npm Package Compare versions

Comparing version 1.14.2 to 1.15.0

3

package.json
{
"name": "@universal-packages/sub-process",
"version": "1.14.2",
"version": "1.15.0",
"description": "Process encapsulation for different exec technics",

@@ -21,3 +21,2 @@ "author": "David De Anda <david@universal-packages.com> (https://github.com/universal-packages)",

"@universal-packages/event-emitter": "^1.1.2",
"@universal-packages/fs-utils": "^1.0.3",
"@universal-packages/time-measurer": "^1.4.9",

@@ -24,0 +23,0 @@ "ms": "^2.1.3"

@@ -7,3 +7,2 @@ "use strict";

const adapter_resolver_1 = require("@universal-packages/adapter-resolver");
const fs_utils_1 = require("@universal-packages/fs-utils");
const stream_1 = require("stream");

@@ -50,3 +49,3 @@ const BaseRunner_1 = __importDefault(require("./BaseRunner"));

async internalRun(onRunning) {
const finalWorkingDirectory = this.options.workingDirectory ? (0, fs_utils_1.checkDirectory)(this.options.workingDirectory) : undefined;
const finalWorkingDirectory = this.options.workingDirectory ? this.options.workingDirectory : undefined;
this.engineProcess = await this.engine.run(this.command, this.args, this.input, this.env, finalWorkingDirectory);

@@ -53,0 +52,0 @@ this.internalProcessId = this.engineProcess.processId;

Sorry, the diff of this file is not supported yet

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