🚀. Socket Launch Week Day 3:Socket Firewall Now Blocks Malicious VS Code and Open VSX Extensions.Learn more
Sign In

@testring/child-process

Package Overview
Dependencies
Maintainers
1
Versions
166
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@testring/child-process - npm Package Compare versions

Comparing version
0.6.13
to
0.6.14-alpha.1
+3
-4
dist/fork.js

@@ -12,3 +12,3 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.fork = void 0;
exports.fork = fork;
const path = require("path");

@@ -69,4 +69,4 @@ const process = require("process");

const getForkOptions = (options) => (Object.assign(Object.assign({}, DEFAULT_FORK_OPTIONS), options));
function fork(filePath, args = [], options = {}) {
return __awaiter(this, void 0, void 0, function* () {
function fork(filePath_1) {
return __awaiter(this, arguments, void 0, function* (filePath, args = [], options = {}) {
const mergedOptions = getForkOptions(options);

@@ -102,2 +102,1 @@ const childArg = `--testring-parent-pid=${process.pid}`;

}
exports.fork = fork;
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.resolveBinary = void 0;
exports.resolveBinary = resolveBinary;
const fs = require("fs");

@@ -41,2 +41,1 @@ const path = require("path");

}
exports.resolveBinary = resolveBinary;
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.spawn = void 0;
exports.spawn = spawn;
const childProcess = require("child_process");

@@ -13,2 +13,1 @@ const process = require("process");

}
exports.spawn = spawn;
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.isChildProcess = void 0;
exports.isChildProcess = isChildProcess;
const process_1 = require("process");

@@ -12,2 +12,1 @@ function checkArguments(argv) {

}
exports.isChildProcess = isChildProcess;
{
"name": "@testring/child-process",
"version": "0.6.13",
"version": "0.6.14-alpha.1",
"main": "./dist/index.js",

@@ -11,4 +11,4 @@ "types": "./src/index.ts",

"dependencies": {
"@testring/types": "0.6.13",
"@testring/utils": "0.6.13"
"@testring/types": "0.6.14-alpha.1",
"@testring/utils": "0.6.14-alpha.1"
},

@@ -15,0 +15,0 @@ "author": "RingCentral",