New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@mintlify/common

Package Overview
Dependencies
Maintainers
0
Versions
238
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mintlify/common - npm Package Compare versions

Comparing version 1.0.208 to 1.0.209

2

dist/mdx/plugins/rehype/rehypeMdxExtractEndpoint/index.js

@@ -25,2 +25,3 @@ import { generateExampleFromSchema, } from '@mintlify/validation';

const { servers, path, method } = parseResult;
const title = 'title' in metadata && typeof metadata.title === 'string' ? metadata.title : '';
const authMethodString = 'authMethod' in metadata && typeof metadata.authMethod === 'string'

@@ -31,2 +32,3 @@ ? metadata.authMethod

const endpoint = {
title,
path,

@@ -33,0 +35,0 @@ servers,

4

package.json
{
"name": "@mintlify/common",
"version": "1.0.208",
"version": "1.0.209",
"description": "Commonly shared code within Mintlify",

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

},
"gitHead": "7e6b4dcbb2a5b66dc6e2a6e974e7dcd3a8ff2920"
"gitHead": "04c7591418dbb571dbf203a1fb92fafcfb4e9990"
}

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