Socket
Socket
Sign inDemoInstall

@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 5.1.2 to 6.0.0

__tests__/index.spec.d.ts

0

basic.d.ts

@@ -0,0 +0,0 @@ export declare type Primitive = string | number | boolean | undefined | null;

@@ -0,0 +0,0 @@ import { ILocation, IRange, JsonPath } from './parsers';

export interface IDisposable {
dispose: () => void;
}

@@ -0,0 +0,0 @@ export interface INode {

2

http-spec.d.ts

@@ -128,3 +128,3 @@ import { Dictionary } from './basic';

export interface IOauth2Flow {
scopes: Array<Dictionary<string, string>>;
scopes: Dictionary<string, string>;
refreshUrl?: string;

@@ -131,0 +131,0 @@ }

@@ -0,0 +0,0 @@ import { Dictionary } from './basic';

@@ -0,0 +0,0 @@ export * from './basic';

@@ -0,0 +0,0 @@ export declare const enum LogLevel {

{
"name": "@stoplight/types",
"version": "5.1.2",
"version": "6.0.0",
"description": "Common typings for the Stoplight ecosystem.",

@@ -19,4 +19,5 @@ "keywords": [],

},
"main": "index.js",
"typings": "index.d.ts"
"main": "index.cjs.js",
"module": "index.es.js",
"typings": "src/index.d.ts"
}

@@ -0,0 +0,0 @@ import { IDiagnostic } from './diagnostics';

export interface ISchema {
[key: string]: any;
}

@@ -0,0 +0,0 @@ import { Dictionary } from './basic';

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