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.0.0-beta.5 to 13.0.0

2

dist/graph.d.ts

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

import { Extensions } from './http-spec';
export interface IShareableNode {

@@ -10,2 +11,3 @@ id: string;

description?: string;
extensions?: Extensions;
}

@@ -12,0 +14,0 @@ export interface INodeTag {

1

dist/http-spec.d.ts

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

internal?: boolean;
extensions?: Extensions;
}

@@ -48,0 +47,0 @@ export declare type IHttpCallbackOperation = Omit<IHttpOperation, 'servers' | 'security' | 'callbacks'> & {

{
"name": "@stoplight/types",
"version": "13.0.0-beta.5",
"version": "13.0.0",
"description": "Common typings for the Stoplight ecosystem.",

@@ -30,3 +30,3 @@ "keywords": [],

"engines": {
"node": ">=8"
"node": "^12.20 || >=14.13"
},

@@ -53,3 +53,2 @@ "scripts": {

"jest": "^25.1.0",
"lodash": "^4.17.15",
"rollup": "^2.70.1",

@@ -56,0 +55,0 @@ "semantic-release": "^17.0.4",

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