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.1 to 1.3.2

3

dist/Population.d.ts

@@ -12,3 +12,4 @@ export declare enum PopulationType {

DENOMINATOR_OBSERVATION = "denominatorObservation",
NUMERATOR_OBSERVATION = "numeratorObservation"
NUMERATOR_OBSERVATION = "numeratorObservation",
MEASURE_POPULATION_OBSERVATION = "measurePopulationObservation"
}

@@ -15,0 +16,0 @@ export declare function getPopulationCode(populationType: PopulationType): string;

@@ -17,2 +17,3 @@ "use strict";

PopulationType["NUMERATOR_OBSERVATION"] = "numeratorObservation";
PopulationType["MEASURE_POPULATION_OBSERVATION"] = "measurePopulationObservation";
})(PopulationType = exports.PopulationType || (exports.PopulationType = {}));

@@ -30,3 +31,4 @@ const PopulationCodeMap = {

numeratorObservation: "NUMEROBSERV",
denominatorObservation: "DENOMOBSERV"
denominatorObservation: "DENOMOBSERV",
measurePopulationObservation: "MSRPOPOBSERV"
};

@@ -33,0 +35,0 @@ function getPopulationCode(populationType) {

{
"name": "@madie/madie-models",
"version": "1.3.1",
"version": "1.3.2",
"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