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
232
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.128 to 0.1.129

13

dist/mint-config/schemas/analytics.d.ts

@@ -38,2 +38,9 @@ import { z } from 'zod';

}>>;
heap: z.ZodOptional<z.ZodObject<{
appId: z.ZodString;
}, "strip", z.ZodTypeAny, {
appId: string;
}, {
appId: string;
}>>;
hotjar: z.ZodOptional<z.ZodObject<{

@@ -110,2 +117,5 @@ hjid: z.ZodString;

} | undefined;
heap?: {
appId: string;
} | undefined;
hotjar?: {

@@ -150,2 +160,5 @@ hjid: string;

} | undefined;
heap?: {
appId: string;
} | undefined;
hotjar?: {

@@ -152,0 +165,0 @@ hjid: string;

6

dist/mint-config/schemas/analytics.js

@@ -42,2 +42,5 @@ import { z } from 'zod';

});
const heapConfigInterfaceSchema = z.object({
appId: z.string(),
});
export const analyticsSchema = z

@@ -50,2 +53,3 @@ .object({

gtm: googleTagManagerConfigInterfaceSchema.optional(),
heap: heapConfigInterfaceSchema.optional(),
hotjar: hotjarConfigInterfaceSchema.optional(),

@@ -59,2 +63,2 @@ koala: koalaConfigInterfaceSchema.optional(),

})
.strict('Mintlify only supports analytics integrations from: amplitude, clearbit, fathom, ga4, gtm, hotjar, koala, logrocket, mixpanel, pirsch, posthog and plausible.');
.strict('Mintlify only supports analytics integrations from: amplitude, clearbit, fathom, ga4, gtm, heap, hotjar, koala, logrocket, mixpanel, pirsch, posthog, and plausible.');

@@ -358,2 +358,9 @@ import { z } from 'zod';

}>>;
heap: z.ZodOptional<z.ZodObject<{
appId: z.ZodString;
}, "strip", z.ZodTypeAny, {
appId: string;
}, {
appId: string;
}>>;
hotjar: z.ZodOptional<z.ZodObject<{

@@ -430,2 +437,5 @@ hjid: z.ZodString;

} | undefined;
heap?: {
appId: string;
} | undefined;
hotjar?: {

@@ -470,2 +480,5 @@ hjid: string;

} | undefined;
heap?: {
appId: string;
} | undefined;
hotjar?: {

@@ -658,2 +671,5 @@ hjid: string;

} | undefined;
heap?: {
appId: string;
} | undefined;
hotjar?: {

@@ -820,2 +836,5 @@ hjid: string;

} | undefined;
heap?: {
appId: string;
} | undefined;
hotjar?: {

@@ -822,0 +841,0 @@ hjid: string;

@@ -124,2 +124,5 @@ import { z } from 'zod';

} | undefined;
heap?: {
appId: string;
} | undefined;
hotjar?: {

@@ -289,2 +292,5 @@ hjid: string;

} | undefined;
heap?: {
appId: string;
} | undefined;
hotjar?: {

@@ -291,0 +297,0 @@ hjid: string;

6

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

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

"dependencies": {
"@mintlify/models": "0.0.71",
"@mintlify/models": "0.0.72",
"lcm": "^0.0.3",

@@ -73,3 +73,3 @@ "lodash": "^4.17.21",

},
"gitHead": "1cddd5d58749ec3f8c8dfbf1af37124b6eab720a"
"gitHead": "b746115c11d8ecf77ea64321407b929f1f1d7ac8"
}

Sorry, the diff of this file is not supported yet

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