Socket
Socket
Sign inDemoInstall

openapi3-ts

Package Overview
Dependencies
Maintainers
1
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

openapi3-ts - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

6

dist/model/OpenApi.d.ts

@@ -275,3 +275,3 @@ import { ISpecificationExtension } from "./SpecificationExtension";

bearerFormat?: string;
flow?: OAuthFlowObject;
flows?: OAuthFlowsObject;
openIdConnectUrl?: string;

@@ -286,4 +286,4 @@ }

export interface OAuthFlowObject extends ISpecificationExtension {
authorizationUrl: string;
tokenUrl: string;
authorizationUrl?: string;
tokenUrl?: string;
refreshUrl?: string;

@@ -290,0 +290,0 @@ scopes: ScopesObject;

{
"name": "openapi3-ts",
"version": "1.0.0",
"version": "1.0.1",
"description": "TS Model & utils for OpenAPI 3.0.x specification.",

@@ -53,6 +53,6 @@ "main": "dist/index.js",

"devDependencies": {
"@types/chai": "^4.1.4",
"@types/chai": "^4.1.6",
"@types/mocha": "^5.2.5",
"@types/node": "^10.9.4",
"chai": "^4.1.2",
"@types/node": "^10.11.4",
"chai": "^4.2.0",
"coveralls": "^3.0.2",

@@ -64,4 +64,4 @@ "mocha": "^5.2.0",

"tslint": "^5.11.0",
"typescript": "^3.0.3"
"typescript": "^3.1.1"
}
}

@@ -318,4 +318,4 @@ // Typed interfaces for OpenAPI 3.0.0-RC

bearerFormat?: string;
flow?: OAuthFlowObject; // required only for oauth2
openIdConnectUrl?: string; // required only for oauth2
flows?: OAuthFlowsObject; // required only for oauth2
openIdConnectUrl?: string; // required only for openIdConnect
}

@@ -329,4 +329,4 @@ export interface OAuthFlowsObject extends ISpecificationExtension {

export interface OAuthFlowObject extends ISpecificationExtension {
authorizationUrl: string;
tokenUrl: string;
authorizationUrl?: string;
tokenUrl?: string;
refreshUrl?: string;

@@ -333,0 +333,0 @@ scopes: ScopesObject;

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