🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

@mintlify/validation

Package Overview
Dependencies
Maintainers
4
Versions
396
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mintlify/validation - npm Package Compare versions

Comparing version

to
0.1.376

7

dist/openapi/IncrementalEvaluator.js

@@ -203,3 +203,2 @@ import lcm from 'lcm';

copyKeyIfDefined('examples', curr, acc);
copyKeyIfDefined('description', curr, acc);
copyKeyIfDefined('format', curr, acc);

@@ -287,2 +286,8 @@ copyKeyIfDefined('default', curr, acc);

}
else if (acc.description && curr.description && !curr.discriminator) {
acc.description = `${curr.description}\n${acc.description}`;
}
else {
copyKeyIfDefined('description', curr, acc);
}
if (curr.additionalProperties === false) {

@@ -289,0 +294,0 @@ acc.additionalProperties = false;

4

package.json
{
"name": "@mintlify/validation",
"version": "0.1.375",
"version": "0.1.376",
"description": "Validates mint.json files",

@@ -62,3 +62,3 @@ "author": "Mintlify, Inc.",

},
"gitHead": "fc10d7df29e6f13e474249a2a425ed3532772882"
"gitHead": "fdc3e31b4a58285d4445b3ddb083fca81b0a3ddb"
}

Sorry, the diff of this file is not supported yet