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.7 to 1.0.8

dist/MeasureGroupTypes.d.ts

1

dist/index.d.ts

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

export * from "./GroupScoring";
export * from "./MeasureGroupTypes";

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

__exportStar(require("./GroupScoring"), exports);
__exportStar(require("./MeasureGroupTypes"), exports);
import { Model } from "./Model";
import { PopulationType } from "./MeasurePopulation";
import { TestCase } from "./TestCase";
import { MeasureGroupTypes } from "./MeasureGroupTypes";
export interface MeasureMetadata {

@@ -20,2 +21,4 @@ steward?: string;

improvementNotation?: string;
scoringUnit?: string;
measureGroupTypes: MeasureGroupTypes[];
}

@@ -22,0 +25,0 @@ export interface Measure {

2

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