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.3.13 to 0.3.14

travetto-exec-0.3.14.tgz

4

package.json

@@ -30,4 +30,4 @@ {

},
"version": "0.3.13",
"gitHead": "4258316595c2c3c7a5096a37509a8d7aa0fe50bc"
"version": "0.3.14",
"gitHead": "110f4dfcdb3c379d44f83fc4c6cf97adc2613c1c"
}

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

p.on('close', (code: number) =>
finish({ code, stdout, stderr, valid: code === null || code === 0 || code === 130 })); // Sigint
finish({ code, stdout, stderr, valid: code === null || code === 0 || code === 130 || code === 143 })); // Sigint/term

@@ -57,0 +57,0 @@ if (timeout) {

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