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

@mintlify/models

Package Overview
Dependencies
Maintainers
3
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.87 to 0.0.88

7

dist/entities/userType.d.ts
import { GitAuthType } from '../types/gitAuthType.js';
export type UserType = {
_id: string;
stytchMemberId: string;
email: string;
orgId: string;
gitAuth: GitAuthType[];
createdAt: Date;
isPending?: boolean;
github?: {
id: number;
owner: string;
};
};

4

package.json
{
"name": "@mintlify/models",
"version": "0.0.87",
"version": "0.0.88",
"description": "Mintlify models",

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

},
"gitHead": "47380d04384ca4a691f90499a152187736937bea"
"gitHead": "2c701c8db40ef6cb42ccd7e236b9cdd92be8c0c8"
}

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