Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@dmatter/pipe-env

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dmatter/pipe-env - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

5

dist/bin/pipeEnv.js

@@ -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'));

6

package.json
{
"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": [

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