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.3.8 to 1.3.9

7

dist/Measure.d.ts

@@ -70,2 +70,7 @@ import { Model } from "./Model";

}
export interface SupplementalData {
definition: string;
description?: string;
}
export declare type RiskAdjustment = SupplementalData;
export interface Measure {

@@ -98,2 +103,4 @@ id: string;

acls?: Array<Acl>;
supplementalData?: Array<SupplementalData>;
riskAdjustment?: Array<RiskAdjustment>;
}

2

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