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.4.5 to 0.5.0

6

package.json

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

"dependencies": {
"@travetto/base": "^0.4.7",
"@travetto/base": "^0.5.0",
"@types/generic-pool": "^3.1.6",

@@ -31,4 +31,4 @@ "generic-pool": "^3.4.2"

},
"version": "0.4.5",
"gitHead": "57ee4da983bfa3f2a7e3dac6a24ed0f4af5f71c2"
"version": "0.5.0",
"gitHead": "a8c58104a586baa6203f38c9517fbb5a60ecec5c"
}

@@ -11,3 +11,2 @@ import * as child_process from 'child_process';

function exec(command: string, opts?: WithOpts<child_process.SpawnOptions>) {

@@ -14,0 +13,0 @@ return ExecUtil.spawn(command, { shell: false, ...opts })[1];

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