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

@stoplight/types

Package Overview
Dependencies
Maintainers
18
Versions
110
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stoplight/types - npm Package Compare versions

Comparing version 11.1.1 to 11.2.0

4

dist/http-spec.d.ts

@@ -36,5 +36,9 @@ import { JSONSchema4, JSONSchema6, JSONSchema7 } from 'json-schema';

servers?: IServer[];
callbacks?: IHttpCallbackOperation[];
security?: HttpSecurityScheme[][];
deprecated?: boolean;
}
export declare type IHttpCallbackOperation = Omit<IHttpOperation, 'servers' | 'security' | 'callbacks'> & {
callbackName: string;
};
export interface IHttpOperationRequest {

@@ -41,0 +45,0 @@ path?: IHttpPathParam[];

2

package.json
{
"name": "@stoplight/types",
"version": "11.1.1",
"version": "11.2.0",
"description": "Common typings for the Stoplight ecosystem.",

@@ -5,0 +5,0 @@ "keywords": [],

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