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

@mintlify/validation

Package Overview
Dependencies
Maintainers
3
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.11 to 0.1.12

10

dist/schemas/analytics.d.ts

@@ -42,7 +42,7 @@ import { z } from "zod";

koala: z.ZodOptional<z.ZodObject<{
projectId: z.ZodEffects<z.ZodString, string, string>;
publicApiKey: z.ZodEffects<z.ZodString, string, string>;
}, "strip", z.ZodTypeAny, {
projectId: string;
publicApiKey: string;
}, {
projectId: string;
publicApiKey: string;
}>>;

@@ -105,3 +105,3 @@ logrocket: z.ZodOptional<z.ZodObject<{

koala?: {
projectId: string;
publicApiKey: string;
} | undefined;

@@ -142,3 +142,3 @@ logrocket?: {

koala?: {
projectId: string;
publicApiKey: string;
} | undefined;

@@ -145,0 +145,0 @@ logrocket?: {

@@ -280,7 +280,7 @@ import { z } from "zod";

koala: z.ZodOptional<z.ZodObject<{
projectId: z.ZodEffects<z.ZodString, string, string>;
publicApiKey: z.ZodEffects<z.ZodString, string, string>;
}, "strip", z.ZodTypeAny, {
projectId: string;
publicApiKey: string;
}, {
projectId: string;
publicApiKey: string;
}>>;

@@ -343,3 +343,3 @@ logrocket: z.ZodOptional<z.ZodObject<{

koala?: {
projectId: string;
publicApiKey: string;
} | undefined;

@@ -380,3 +380,3 @@ logrocket?: {

koala?: {
projectId: string;
publicApiKey: string;
} | undefined;

@@ -488,3 +488,3 @@ logrocket?: {

koala?: {
projectId: string;
publicApiKey: string;
} | undefined;

@@ -613,3 +613,3 @@ logrocket?: {

koala?: {
projectId: string;
publicApiKey: string;
} | undefined;

@@ -616,0 +616,0 @@ logrocket?: {

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

@@ -5,0 +5,0 @@ "author": "Mintlify, Inc.",

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