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.5 to 1.3.6

11

dist/TestCase.d.ts

@@ -23,3 +23,3 @@ import { PopulationType } from "./Population";

populationValues: PopulationExpectedValue[];
stratificationValues: PopulationExpectedValue[];
stratificationValues: StratificationExpectedValue[];
}

@@ -29,6 +29,13 @@ export interface PopulationExpectedValue {

criteriaReference?: string;
name: PopulationType | string;
name: PopulationType;
expected: boolean | number;
actual?: boolean | number;
}
export interface StratificationExpectedValue {
id: string;
criteriaReference?: string;
name: string;
expected: boolean | number;
actual?: boolean | number;
}
export interface DisplayGroupPopulation {

@@ -35,0 +42,0 @@ groupId: string;

2

package.json
{
"name": "@madie/madie-models",
"version": "1.3.5",
"version": "1.3.6",
"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