New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@madie/madie-models

Package Overview
Dependencies
Maintainers
7
Versions
108
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.6 to 1.3.7

11

dist/TestCase.d.ts

@@ -44,6 +44,6 @@ import { PopulationType } from "./Population";

populationValues: DisplayPopulationValue[];
stratificationValues: DisplayPopulationValue[];
stratificationValues: DisplayStratificationValue[];
}
export interface DisplayPopulationValue {
name: PopulationType | string;
name: PopulationType;
actual?: boolean | number;

@@ -54,2 +54,9 @@ id: string;

}
export interface DisplayStratificationValue {
name: string;
actual?: boolean | number;
id: string;
criteriaReference?: string;
expected: boolean | number;
}
export interface HapiOperationOutcome {

@@ -56,0 +63,0 @@ code: number;

2

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