@dmatter/pipe-env
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -7,2 +7,3 @@ #!/usr/bin/env node | ||
}; | ||
var _a; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
@@ -31,3 +32,7 @@ const child_process_1 = require("child_process"); | ||
stdio: 'inherit', | ||
windowsVerbatimArguments: true, | ||
}); | ||
(_a = proc.stderr) === null || _a === void 0 ? void 0 : _a.on('data', data => { | ||
console.error(`Spawn error: ${data}`); | ||
}); | ||
process.on('SIGTERM', () => proc.kill('SIGTERM')); | ||
@@ -34,0 +39,0 @@ process.on('SIGINT', () => proc.kill('SIGINT')); |
{ | ||
"name": "@dmatter/pipe-env", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"scripts": { | ||
@@ -17,7 +17,7 @@ "start": "tsc -w", | ||
"@types/node": "^17.0.32", | ||
"typescript": "^4.5.3", | ||
"@typescript-eslint/eslint-plugin": "^5.4.0", | ||
"@typescript-eslint/parser": "^5.4.0", | ||
"eslint-config-prettier": "^8.3.0", | ||
"eslint-plugin-prettier": "^4.0.0" | ||
"eslint-plugin-prettier": "^4.0.0", | ||
"typescript": "^4.5.3" | ||
}, | ||
@@ -24,0 +24,0 @@ "files": [ |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
13767
153
2