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.4.0 to 1.4.1

20

dist/Measure.d.ts

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

import { BaseConfigurationTypes } from "./BaseConfigurationTypes";
export declare type Code = {
name: string;
display: string;
version: string;
codeSystem: string;
codeSystemOid: string;
status: string;
};
export declare type CodeSystemVersion = {
name: string;
display: string;
version: string;
codeSystem: string;
codeSystemOid: string;
status: string;
};
export declare type CqlMetaData = {
codeSystemMap: Map<string, CodeSystemVersion>;
};
export interface MeasureMetadata {

@@ -27,2 +46,3 @@ steward?: Organization;

measureSetTitle?: string;
cqlMetaData?: CqlMetaData;
}

@@ -29,0 +49,0 @@ export interface Reference {

2

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