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

@mintlify/models

Package Overview
Dependencies
Maintainers
0
Versions
151
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mintlify/models - npm Package Compare versions

Comparing version 0.0.149 to 0.0.150

3

dist/entities/auth.d.ts

@@ -28,6 +28,6 @@ import { UserInfo } from '../types/userInfo.js';

tokenUrl: string;
apiUrl: string;
};
export type OAuth = OAuthBase & {
type: 'oauth';
apiUrl: string;
};

@@ -37,2 +37,3 @@ export type OAuthWithClientSecret = OAuthBase & {

encryptedClientSecret: string;
apiUrl?: string;
};

@@ -39,0 +40,0 @@ export type PasswordAuthMetadata = {

{
"name": "@mintlify/models",
"version": "0.0.149",
"version": "0.0.150",
"description": "Mintlify models",

@@ -57,3 +57,3 @@ "engines": {

},
"gitHead": "9fc60e589121e3ccc0dd5f6861e236b81ceae5c0"
"gitHead": "bfacba655b9e719873d96b68a648de9254fb34d9"
}

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