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
105
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.4.25 to 1.4.28

8

dist/Measure.d.ts

@@ -33,2 +33,8 @@ import { Model } from "./Model";

};
export declare type CodeConcept = {
code: string;
codeSystem: string;
display: string;
definition: string;
};
export interface MeasureMetadata {

@@ -51,2 +57,3 @@ steward?: Organization;

cqlMetaData?: CqlMetaData;
intendedVenue?: CodeConcept;
}

@@ -95,2 +102,3 @@ export interface Reference {

populationBasis?: string;
scoringPrecision?: string;
}

@@ -97,0 +105,0 @@ export interface Acl {

2

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