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.9.3 to 13.10.0

3

dist/graph.d.ts

@@ -1,4 +0,5 @@

import { Extensions } from "./http-spec";
import { Extensions, UnknownProperties } from "./http-spec";
export interface IShareableNode {
id: string;
unknownProperties?: UnknownProperties;
}

@@ -5,0 +6,0 @@ export interface IComponentNode {

@@ -203,2 +203,5 @@ import { JSONSchema7 } from 'json-schema';

}
export interface UnknownProperties {
[key: string]: unknown;
}
export {};
{
"name": "@stoplight/types",
"version": "13.9.3",
"version": "13.10.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