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.2.8 to 0.2.9

6

package.json

@@ -10,3 +10,3 @@ {

"dependencies": {
"@travetto/pool": "^0.2.8"
"@travetto/pool": "^0.2.9"
},

@@ -32,4 +32,4 @@ "description": "Common wrapper around process execution with high level docker support.",

},
"version": "0.2.8",
"gitHead": "c95e2ecde79b8e83963a50e2a08ca3a5d931784d"
"version": "0.2.9",
"gitHead": "7ed52d82f4b1d5b977f982edf2b9357edf4f0f90"
}
import * as cp from 'child_process';
import { ExecutionOptions, ExecutionResult } from './types';
import { BaseError } from '@travetto/base';
import { ExecutionOptions, ExecutionResult } from './types';
export type WithOpts<T> = T & ExecutionOptions;

@@ -6,0 +7,0 @@

@@ -6,3 +6,2 @@ {

"strict": true,
"noStrictGenericChecks": true,
"strictPropertyInitialization": false,

@@ -19,2 +18,2 @@ "sourceMap": 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