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

@travetto/test

Package Overview
Dependencies
Maintainers
1
Versions
353
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@travetto/test - npm Package Compare versions

Comparing version 0.0.72 to 0.0.73

2

package.json

@@ -30,3 +30,3 @@ {

},
"version": "0.0.72"
"version": "0.0.73"
}

@@ -121,3 +121,3 @@ import { LocalExecution, ChildExecution, serializeError, deserializeError } from '@travetto/exec';

return new ConcurrentPool(async () => {
const worker = new ChildExecution(`node ${require.resolve('../../bin/travetto-test.js')}`, true);
const worker = new ChildExecution(require.resolve('../../bin/travetto-test.js'), true);
worker.init();

@@ -124,0 +124,0 @@ await worker.listenOnce(Events.READY);

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