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

@madie/madie-models

Package Overview
Dependencies
Maintainers
7
Versions
101
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@madie/madie-models - npm Package Compare versions

Comparing version 1.3.50 to 1.3.51

16

dist/TestCaseExcelExportDto.d.ts

@@ -7,2 +7,3 @@ export interface TestCaseExcelExportDto {

export interface TestCaseExecutionResultDto {
testCaseId: string;
populations: Array<PopulationDto>;

@@ -20,2 +21,3 @@ notes?: string;

functions: Array<FunctionDto>;
stratifications?: Array<GroupedStratificationDto>;
}

@@ -26,2 +28,3 @@ export interface PopulationDto {

actual: number;
pass: boolean;
}

@@ -36,1 +39,14 @@ export interface DefinitionDto {

}
export interface StratificationDto {
id: string;
name: string;
expected: number;
actual: number;
pass: boolean;
}
export interface GroupedStratificationDto {
testCaseId: string;
stratId: string;
stratName: string;
stratificationDtos: StratificationDto[];
}

2

package.json
{
"name": "@madie/madie-models",
"version": "1.3.50",
"version": "1.3.51",
"description": "Models for MADiE Project",

@@ -5,0 +5,0 @@ "scripts": {

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