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

@travetto/exec

Package Overview
Dependencies
Maintainers
1
Versions
110
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@travetto/exec - npm Package Compare versions

Comparing version 0.0.13 to 0.0.14

4

package.json

@@ -11,3 +11,3 @@ {

"description": "",
"license": "ISC",
"license": "MIT",
"main": "src/lib/",

@@ -18,3 +18,3 @@ "name": "@travetto/exec",

},
"version": "0.0.13"
"version": "0.0.14"
}

@@ -70,3 +70,3 @@ import * as cp from 'child_process';

const { cmd, args } = getArgs(cmdStr);
const p = cp.spawn(cmd, args, { ...(options as cp.SpawnOptions), shell: true });
const p = cp.spawn(cmd, args, { shell: true, ...(options as cp.SpawnOptions) });
return [p, enhanceProcess(p, options)];

@@ -73,0 +73,0 @@ }

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