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

@stoplight/types

Package Overview
Dependencies
Maintainers
1
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 13.18.0 to 13.19.0

6

dist/http-spec.d.ts

@@ -43,2 +43,8 @@ import { JSONSchema7 } from 'json-schema';

cookie: (IComponentNode & (IHttpCookieParam<true> | Reference))[];
/**
* component parameters that are only references to external/unavailable
* parameter definitions; parameters whose definitions are available
* will always be found in path, query, header, or cookie.
*/
unknownParameters: (IComponentNode & Reference)[];
examples: (IComponentNode & (INodeExample | INodeExternalExample | Reference))[];

@@ -45,0 +51,0 @@ requestBodies: (IComponentNode & (IHttpOperationRequestBody<true> | Reference))[];

2

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