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

@mintlify/validation

Package Overview
Dependencies
Maintainers
4
Versions
326
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.119 to 0.1.120

3

dist/openapi/types/endpoint.d.ts

@@ -30,3 +30,4 @@ export type Endpoint = {

};
export type HttpMethod = 'get' | 'put' | 'post' | 'delete' | 'options' | 'head' | 'patch' | 'trace';
export declare const httpMethods: readonly ["get", "put", "post", "delete", "options", "head", "patch", "trace"];
export type HttpMethod = (typeof httpMethods)[number];
export type RequestSchema = {

@@ -33,0 +34,0 @@ security: SecurityOption[];

@@ -0,1 +1,12 @@

// Request types
export const httpMethods = [
'get',
'put',
'post',
'delete',
'options',
'head',
'patch',
'trace',
];
export const typeList = [

@@ -2,0 +13,0 @@ 'boolean',

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

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

},
"gitHead": "dc3cead7f29f275782a86244164833519b0b5154"
"gitHead": "a891547762ca8a8e3733751f8fb2a08c92572feb"
}

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