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
352
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 4.0.1 to 4.0.2

6

package.json
{
"name": "@travetto/test",
"version": "4.0.1",
"version": "4.0.2",
"description": "Declarative test framework",

@@ -31,3 +31,3 @@ "keywords": [

"@travetto/base": "^4.0.1",
"@travetto/registry": "^4.0.1",
"@travetto/registry": "^4.0.2",
"@travetto/terminal": "^4.0.1",

@@ -38,3 +38,3 @@ "@travetto/worker": "^4.0.1",

"peerDependencies": {
"@travetto/cli": "^4.0.1",
"@travetto/cli": "^4.0.2",
"@travetto/transformer": "^4.0.1"

@@ -41,0 +41,0 @@ },

@@ -1,2 +0,2 @@

import { path } from '@travetto/manifest';
import { RuntimeContext, RuntimeIndex, path } from '@travetto/manifest';
import { TimeUtil } from '@travetto/base';

@@ -55,2 +55,7 @@ import { WorkPool } from '@travetto/worker';

async runSingle(): Promise<boolean> {
const mod = RuntimeIndex.getEntry(path.resolve(this.#state.args[0]))!;
if (mod.module !== RuntimeContext.main.name) {
RuntimeIndex.reinitForModule(mod.module);
}
const consumer = await RunnableTestConsumer.get(this.#state.consumer ?? this.#state.format);

@@ -57,0 +62,0 @@

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