New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.12 to 0.3.13

travetto-exec-0.3.13.tgz

6

package.json

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

"dependencies": {
"@travetto/base": "^0.3.14",
"@travetto/base": "^0.3.15",
"@types/generic-pool": "^3.1.4",

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

},
"version": "0.3.12",
"gitHead": "7ee03431f510df773d5869aee70e3c91758f5ff3"
"version": "0.3.13",
"gitHead": "4258316595c2c3c7a5096a37509a8d7aa0fe50bc"
}

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

if (this._proc) {
this._proc.kill('SIGKILL');
this._proc.kill('SIGTERM');
}

@@ -60,0 +60,0 @@ super.kill();

@@ -300,4 +300,3 @@ import * as child_process from 'child_process';

const temps = Object.keys(this.tempVolumes).map(x => this.rimraf(x).catch((e: any) => { }));
Promise.all(temps);
this.cleanup();

@@ -304,0 +303,0 @@ const ids = execSync(`${this.cmd} volume ls -qf dangling=true`);

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