Socket
Socket
Sign inDemoInstall

@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.15.0 to 13.16.0

4

dist/graph.d.ts

@@ -1,2 +0,2 @@

import { Extensions } from "./http-spec";
import { Extensions, IExternalDocs } from "./http-spec";
export interface IShareableNode {

@@ -19,2 +19,4 @@ id: string;

description?: string;
/** only applicable to tag _definitions_, not references */
externalDocs?: IExternalDocs;
}

@@ -21,0 +23,0 @@ export interface INodeVariable {

@@ -32,2 +32,3 @@ import { JSONSchema7 } from 'json-schema';

internal?: boolean;
externalDocs?: IExternalDocs;
}

@@ -62,2 +63,3 @@ export interface IBundledHttpService extends Omit<IHttpService, 'securitySchemes'> {

internal?: boolean;
externalDocs?: IExternalDocs;
}

@@ -257,2 +259,6 @@ export declare enum HttpOperationSecurityDeclarationTypes {

}
export interface IExternalDocs {
description?: string;
url: string;
}
export {};
{
"name": "@stoplight/types",
"version": "13.15.0",
"version": "13.16.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