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
355
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 3.2.0 to 3.2.1

4

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

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

"@travetto/cli": "^3.2.0",
"@travetto/transformer": "^3.2.0"
"@travetto/transformer": "^3.2.1"
},

@@ -41,0 +41,0 @@ "peerDependenciesMeta": {

@@ -57,3 +57,3 @@ import { createReadStream } from 'fs';

static async getTestCount(patterns: string[]): Promise<number> {
const proc = ExecUtil.spawn('npx', ['trv', 'test:count', ...patterns], { stdio: 'pipe', catchAsResult: true });
const proc = ExecUtil.spawn('npx', ['trv', 'test:count', ...patterns], { stdio: 'pipe', catchAsResult: true, env: { FORCE_COLOR: '0', NO_COLOR: '1' } });
const countRes = await proc.result;

@@ -60,0 +60,0 @@ if (!countRes.valid) {

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