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.1.9 to 1.2.0

5

dist/AggregateFunctionType.js

@@ -18,2 +18,5 @@ "use strict";

})(AggregateFunctionType = exports.AggregateFunctionType || (exports.AggregateFunctionType = {}));
exports.AGGREGATE_FUNCTION_KEYS = new Map(Object.entries(AggregateFunctionType).map(([k, v]) => [v, k]));
exports.AGGREGATE_FUNCTION_KEYS = new Map(Object.entries(AggregateFunctionType).map(([k, v]) => [
v,
k,
]));

2

dist/TestCase.d.ts

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

scoring: string;
populationBasis: string;
populationValues: PopulationExpectedValue[];

@@ -31,2 +32,3 @@ }

populationValues: DisplayPopulationValue[];
populationBasis: string;
}

@@ -33,0 +35,0 @@ export interface DisplayPopulationValue {

{
"name": "@madie/madie-models",
"version": "1.1.9",
"version": "1.2.0",
"description": "",

@@ -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