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

@mintlify/models

Package Overview
Dependencies
Maintainers
5
Versions
176
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.16 to 0.0.17

dist/entities/ENTITY_TYPE.d.ts

1

./dist/index.js
export * from './mintconfig';
export * from './entities';
export * from './types';
export { ENTITY_TYPE } from './entities';

8

dist/entities/index.d.ts

@@ -0,1 +1,2 @@

import { ENTITY_TYPE } from './ENTITY_TYPE';
import { CustomerPageType } from './customerPageType';

@@ -7,8 +8,3 @@ import { DeploymentHistoryType } from './deploymentHistoryType';

import { UserType } from './userType';
export declare enum ENTITY_TYPE {
DEPLOYMENT = "deployment",
SNIPPET = "snippet",
PAGE = "page",
ORG = "org"
}
export { ENTITY_TYPE };
export type { CustomerPageType, DeploymentHistoryType, DeploymentType, OrgType, SnippetType, UserType, };

@@ -1,7 +0,2 @@

export var ENTITY_TYPE;
(function (ENTITY_TYPE) {
ENTITY_TYPE["DEPLOYMENT"] = "deployment";
ENTITY_TYPE["SNIPPET"] = "snippet";
ENTITY_TYPE["PAGE"] = "page";
ENTITY_TYPE["ORG"] = "org";
})(ENTITY_TYPE || (ENTITY_TYPE = {}));
import { ENTITY_TYPE } from './ENTITY_TYPE';
export { ENTITY_TYPE };
export * from './mintconfig';
export * from './entities';
export * from './types';
export { ENTITY_TYPE } from './entities';
export * from './mintconfig';
export * from './entities';
export * from './types';
export { ENTITY_TYPE } from './entities';
{
"name": "@mintlify/models",
"version": "0.0.16",
"version": "0.0.17",
"description": "Mintlify models",

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

},
"gitHead": "5790e1751d482b1bf041b1942b5c9d4c43708115"
"gitHead": "0ca9ce25f7c6def7d80e19ed2cf68b3a8a428374"
}

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