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

@tsed/openspec

Package Overview
Dependencies
Maintainers
1
Versions
773
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tsed/openspec - npm Package Compare versions

Comparing version 6.23.3 to 6.23.4

11

lib/openspec3/OS3Security.d.ts

@@ -6,3 +6,3 @@ import { OS3Flows } from "./OS3Flows";

*/
type: "apiKey" | "oauth2" | "http";
type: "apiKey" | "oauth2" | "http" | "openIdConnect";
/**

@@ -37,2 +37,9 @@ *

}
export interface OS3SecurityOpenIDConnect extends OS3SecurityBase {
/**
* The type of the security scheme
*/
type: "openIdConnect";
openIdConnectUrl: string;
}
export interface OS3SecurityHTTP extends OS3SecurityBase {

@@ -52,2 +59,2 @@ /**

}
export declare type OS3Security = OS3SecurityApiKey | OS3SecurityHTTP | OS3SecurityOAuth2;
export declare type OS3Security = OS3SecurityApiKey | OS3SecurityHTTP | OS3SecurityOAuth2 | OS3SecurityOpenIDConnect;

2

package.json
{
"name": "@tsed/openspec",
"version": "6.23.3",
"version": "6.23.4",
"description": "OpenSpec2 and OpenSpec3 interfaces declarations for TypeScript application",

@@ -5,0 +5,0 @@ "main": "./lib/index.js",

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