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

@types/swagger-ui-express

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/swagger-ui-express - npm Package Compare versions

Comparing version

to
4.1.3

20

swagger-ui-express/index.d.ts

@@ -20,12 +20,12 @@ // Type definitions for swagger-ui-express 4.1

export interface SwaggerUiOptions {
customCss?: string;
customCssUrl?: string;
customfavIcon?: string;
customJs?: string;
customSiteTitle?: string;
explorer?: boolean;
isExplorer?: boolean;
swaggerOptions?: SwaggerOptions;
swaggerUrl?: string;
swaggerUrls?: string[];
customCss?: string | undefined;
customCssUrl?: string | undefined;
customfavIcon?: string | undefined;
customJs?: string | undefined;
customSiteTitle?: string | undefined;
explorer?: boolean | undefined;
isExplorer?: boolean | undefined;
swaggerOptions?: SwaggerOptions | undefined;
swaggerUrl?: string | undefined;
swaggerUrls?: string[] | undefined;
}

@@ -32,0 +32,0 @@

{
"name": "@types/swagger-ui-express",
"version": "4.1.2",
"version": "4.1.3",
"description": "TypeScript definitions for swagger-ui-express",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/swagger-ui-express",
"license": "MIT",

@@ -30,4 +31,4 @@ "contributors": [

},
"typesPublisherContentHash": "dd56977f3600b135272a542d939f160dadcf7bacca25e56c78d3e32255c38693",
"typeScriptVersion": "2.8"
"typesPublisherContentHash": "7121c41905ade897348ef93ed51fe69129027b7624afc724f04a104037f5945c",
"typeScriptVersion": "3.6"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Fri, 20 Mar 2020 15:47:30 GMT
* Last updated: Fri, 02 Jul 2021 22:33:17 GMT
* Dependencies: [@types/express](https://npmjs.com/package/@types/express), [@types/serve-static](https://npmjs.com/package/@types/serve-static)

@@ -14,0 +14,0 @@ * Global values: none

Sorry, the diff of this file is not supported yet