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

@mintlify/validation

Package Overview
Dependencies
Maintainers
2
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.3 to 0.1.4

14

dist/schemas/config.d.ts

@@ -24,3 +24,3 @@ import { z } from "zod";

auth: z.ZodOptional<z.ZodObject<{
method: z.ZodOptional<z.ZodString>;
method: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"bearer">, z.ZodLiteral<"basic">, z.ZodLiteral<"key">]>>;
name: z.ZodOptional<z.ZodString>;

@@ -30,7 +30,7 @@ inputPrefix: z.ZodOptional<z.ZodString>;

name?: string | undefined;
method?: string | undefined;
method?: "bearer" | "basic" | "key" | undefined;
inputPrefix?: string | undefined;
}, {
name?: string | undefined;
method?: string | undefined;
method?: "bearer" | "basic" | "key" | undefined;
inputPrefix?: string | undefined;

@@ -43,3 +43,3 @@ }>>;

name?: string | undefined;
method?: string | undefined;
method?: "bearer" | "basic" | "key" | undefined;
inputPrefix?: string | undefined;

@@ -52,3 +52,3 @@ } | undefined;

name?: string | undefined;
method?: string | undefined;
method?: "bearer" | "basic" | "key" | undefined;
inputPrefix?: string | undefined;

@@ -402,3 +402,3 @@ } | undefined;

name?: string | undefined;
method?: string | undefined;
method?: "bearer" | "basic" | "key" | undefined;
inputPrefix?: string | undefined;

@@ -522,3 +522,3 @@ } | undefined;

name?: string | undefined;
method?: string | undefined;
method?: "bearer" | "basic" | "key" | undefined;
inputPrefix?: string | undefined;

@@ -525,0 +525,0 @@ } | undefined;

{
"name": "@mintlify/validation",
"version": "0.1.3",
"version": "0.1.4",
"description": "Validates mint.json files",

@@ -35,3 +35,3 @@ "main": "./dist/index.js",

"author": "Mintlify, Inc.",
"license": "MIT",
"license": "Elastic-2.0",
"type": "commonjs",

@@ -38,0 +38,0 @@ "devDependencies": {

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