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.2.9 to 1.3.0

7

dist/AggregateFunctionType.d.ts

@@ -7,10 +7,5 @@ export declare enum AggregateFunctionType {

MINIMUM = "Minimum",
MODE = "Mode",
POPULATION_STANDARD_DEVIATION = "Population Standard Deviation",
POPULATION_VARIANCE = "Population Variance",
SAMPLE_STANDARD_DEVIATION = "Sample Standard Deviation",
SAMPLE_VARIANCE = "Sample Variance",
SUM = "Sum"
}
export declare type AggregateFunctionKeys = keyof typeof AggregateFunctionType;
export declare const AGGREGATE_FUNCTION_KEYS: Map<AggregateFunctionType, "AVERAGE" | "COUNT" | "MAXIMUM" | "MEDIAN" | "MINIMUM" | "MODE" | "POPULATION_STANDARD_DEVIATION" | "POPULATION_VARIANCE" | "SAMPLE_STANDARD_DEVIATION" | "SAMPLE_VARIANCE" | "SUM">;
export declare const AGGREGATE_FUNCTION_KEYS: Map<AggregateFunctionType, "AVERAGE" | "COUNT" | "MAXIMUM" | "MEDIAN" | "MINIMUM" | "SUM">;

@@ -11,7 +11,2 @@ "use strict";

AggregateFunctionType["MINIMUM"] = "Minimum";
AggregateFunctionType["MODE"] = "Mode";
AggregateFunctionType["POPULATION_STANDARD_DEVIATION"] = "Population Standard Deviation";
AggregateFunctionType["POPULATION_VARIANCE"] = "Population Variance";
AggregateFunctionType["SAMPLE_STANDARD_DEVIATION"] = "Sample Standard Deviation";
AggregateFunctionType["SAMPLE_VARIANCE"] = "Sample Variance";
AggregateFunctionType["SUM"] = "Sum";

@@ -18,0 +13,0 @@ })(AggregateFunctionType = exports.AggregateFunctionType || (exports.AggregateFunctionType = {}));

2

dist/TestCase.d.ts

@@ -15,3 +15,3 @@ import { PopulationType } from "./Population";

groupPopulations: GroupPopulation[];
isValidResource: boolean;
validResource: boolean;
hapiOperationOutcome: HapiOperationOutcome;

@@ -18,0 +18,0 @@ }

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