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.48 to 1.3.49

1

dist/index.d.ts

@@ -12,1 +12,2 @@ export * from "./Measure";

export * from "./BaseConfigurationTypes";
export * from "./TestCaseExcelExportDto";

@@ -28,1 +28,2 @@ "use strict";

__exportStar(require("./BaseConfigurationTypes"), exports);
__exportStar(require("./TestCaseExcelExportDto"), exports);

12

dist/TestCaseExcelExportDto.d.ts

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

export interface TestCaseExecutionResultDto {
populations: Array<Population>;
populations: Array<PopulationDto>;
notes?: string;

@@ -18,6 +18,6 @@ last: string;

gender?: string;
definitions: Array<Definition>;
functions: Array<Func>;
definitions: Array<DefinitionDto>;
functions: Array<FunctionDto>;
}
export interface Population {
export interface PopulationDto {
name: string;

@@ -27,9 +27,9 @@ expected: number;

}
export interface Definition {
export interface DefinitionDto {
logic: string;
actual: string;
}
export interface Func {
export interface FunctionDto {
logic: string;
actual: string;
}
{
"name": "@madie/madie-models",
"version": "1.3.48",
"version": "1.3.49",
"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