Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@mintlify/validation

Package Overview
Dependencies
Maintainers
5
Versions
219
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 0.1.32 to 0.1.33

7

dist/openapi/types/endpoint.d.ts

@@ -66,5 +66,5 @@ export type Endpoint = {

export type DataSchemaArray = [DataSchema, ...DataSchema[]];
export declare const typeList: readonly ["boolean", "string", "number", "integer", "object", "array", "stringEnum", "numberEnum", "integerEnum", "null"];
export declare const typeList: readonly ["boolean", "string", "number", "integer", "object", "array", "stringEnum", "numberEnum", "integerEnum", "null", "any"];
export type SchemaType = typeof typeList[number];
export type DataSchema = BooleanSchema | StringSchema | NumberSchema | ObjectSchema | ArraySchema | StringEnumSchema | NumberEnumSchema | NullSchema;
export type DataSchema = BooleanSchema | StringSchema | NumberSchema | ObjectSchema | ArraySchema | StringEnumSchema | NumberEnumSchema | NullSchema | AnySchema;
export type BaseSchema<T> = {

@@ -126,2 +126,5 @@ type: SchemaType;

} & BaseSchema<null>;
export type AnySchema = {
type: 'any';
} & BaseSchema<unknown>;
export {};
{
"name": "@mintlify/validation",
"version": "0.1.32",
"version": "0.1.33",
"description": "Validates mint.json files",

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

},
"gitHead": "7df2e10cb92419779dccd1411d65f760560bf93e"
"gitHead": "499c04a31113ecd31c5a72c1ad58f0cfdfeb25b7"
}

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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