Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

ctrf

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ctrf - npm Package Compare versions

Comparing version
0.0.17
to
0.0.18-next.0
+1
-1
dist/methods/run-insights.test.js
import { describe, it, expect } from 'vitest';
import { isTestFlaky, formatAsPercentage, formatInsightsMetricAsPercentage, enrichReportWithInsights, } from './run-insights';
import { CTRF_REPORT_FORMAT, CTRF_SPEC_VERSION } from '../constants';
import { CTRF_REPORT_FORMAT, CTRF_SPEC_VERSION } from '../constants.js';
const createMockTest = (overrides = {}) => ({

@@ -5,0 +5,0 @@ name: 'test-name',

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

import { Report } from '../../../types/ctrf';
import { Report } from '../../../types/ctrf.js';
/**

@@ -3,0 +3,0 @@ * Sort order options for timestamp-based sorting.

import { describe, it, expect } from 'vitest';
import { validateReport, validateReportStrict, isValidCtrfReport, } from './validate-schema';
import { validateReport, validateReportStrict, isValidCtrfReport, } from './validate-schema.js';
describe('validate-schema', () => {

@@ -4,0 +4,0 @@ // Valid CTRF report for testing

{
"name": "ctrf",
"version": "0.0.17",
"version": "0.0.18-next.0",
"description": "Common library for working with CTRF reports",

@@ -5,0 +5,0 @@ "type": "module",