Socket
Socket
Sign inDemoInstall

@stoplight/types

Package Overview
Dependencies
Maintainers
11
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 4.2.0 to 5.0.0

14

http-spec.d.ts

@@ -7,2 +7,16 @@ import { Dictionary } from './basic';

name: string;
termsOfService?: string;
contact?: {
name?: string;
url?: string;
email?: string;
};
license?: {
name: string;
url?: string;
};
version: string;
servers: IServer[];
security: string[];
securitySchemes: HttpSecurityScheme[];
}

@@ -9,0 +23,0 @@ export interface IHttpOperation extends INode {

2

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

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

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