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

@types/swagger-ui-dist

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 3.0.3 to 3.0.4

10

swagger-ui-dist/index.d.ts

@@ -102,2 +102,8 @@ // Type definitions for swagger-ui-dist 3.x

/**
* Function to intercept remote definition, "Try it out", and OAuth 2.0 responses.
* Accepts one argument responseInterceptor(response) and must return the modified response, or a Promise that resolves to the modified response.
*/
responseInterceptor?: ((response: SwaggerResponse) => SwaggerResponse);
[k: string]: any;

@@ -122,2 +128,6 @@ }

export interface SwaggerResponse {
[k: string]: any;
}
export const SwaggerUIStandalonePreset: any;

8

swagger-ui-dist/package.json
{
"name": "@types/swagger-ui-dist",
"version": "3.0.3",
"version": "3.0.4",
"description": "TypeScript definitions for swagger-ui-dist",

@@ -19,3 +19,3 @@ "license": "MIT",

"main": "",
"types": "index",
"types": "index.d.ts",
"repository": {

@@ -28,4 +28,4 @@ "type": "git",

"dependencies": {},
"typesPublisherContentHash": "e1fb49b411563635648d3a55df31e3dadaaa9074e02b64f59e888316036e5eb1",
"typeScriptVersion": "2.1"
"typesPublisherContentHash": "d8b97371c575f94ceca52414a788b1a1a21ef7c3ff42dc83362662dee9b45bca",
"typeScriptVersion": "2.8"
}

@@ -8,10 +8,10 @@ # Installation

# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/swagger-ui-dist
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/swagger-ui-dist.
Additional Details
* Last updated: Tue, 30 Jul 2019 23:11:21 GMT
### Additional Details
* Last updated: Tue, 03 Dec 2019 02:12:59 GMT
* Dependencies: none
* Global values: SwaggerUIDist
* Global values: `SwaggerUIDist`
# Credits
These definitions were written by Haowen <https://github.com/haowen737>, and Bryce <https://github.com/brycematheson1234>.
These definitions were written by Haowen (https://github.com/haowen737), and Bryce (https://github.com/brycematheson1234).
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