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

@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 9.0.0 to 9.0.1

5

http-spec.d.ts

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

request?: IHttpOperationRequest;
responses?: IHttpOperationResponse[];
responses: IHttpOperationResponse[] & {
0: IHttpOperationResponse;
};
servers?: IServer[];

@@ -53,3 +55,2 @@ security?: HttpSecurityScheme[];

style: HttpParamStyles;
content?: IHttpContent;
description?: string;

@@ -56,0 +57,0 @@ explode?: boolean;

2

package.json
{
"name": "@stoplight/types",
"version": "9.0.0",
"version": "9.0.1",
"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