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

@madie/madie-models

Package Overview
Dependencies
Maintainers
6
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.0.3 to 1.0.4

13

dist/TestCase.d.ts

@@ -20,7 +20,16 @@ import { MeasurePopulation } from "./MeasurePopulation";

scoring: string;
populationValues: PopulationValue[];
populationValues: PopulationExpectedValue[];
}
export interface PopulationValue {
export interface PopulationExpectedValue {
name: MeasurePopulation;
expected: boolean;
}
export interface DisplayGroupPopulation {
groupId: string;
scoring: string;
populationValues: DisplayPopulationValue[];
}
export interface DisplayPopulationValue {
name: MeasurePopulation;
expected: boolean;
actual: boolean;

@@ -27,0 +36,0 @@ }

2

package.json
{
"name": "@madie/madie-models",
"version": "1.0.3",
"version": "1.0.4",
"description": "",

@@ -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