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.93 to 0.0.94

2

dist/entities/deploymentHistoryType.d.ts

@@ -5,3 +5,3 @@ export type DeploymentHistoryType = {

endedAt?: Date;
status: 'in_progress' | 'success' | 'failure';
status: 'queued' | 'in_progress' | 'success' | 'failure';
subdomain?: string;

@@ -8,0 +8,0 @@ commitSha?: string;

@@ -12,2 +12,4 @@ export type GitSource = GithubSource | GitlabSource;

type: 'gitlab';
owner: string;
repo: string;
projectId: number;

@@ -14,0 +16,0 @@ deployBranch: string;

{
"name": "@mintlify/models",
"version": "0.0.93",
"version": "0.0.94",
"description": "Mintlify models",

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

},
"gitHead": "715a6f94957b210ff2929e481cb71587df263585"
"gitHead": "f97d6230c58417be702f98cc77e731a4fa12ba8f"
}

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