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

@stoplight/types

Package Overview
Dependencies
Maintainers
16
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 10.0.0 to 10.0.1

2

dist/parsers.d.ts

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

export declare type JsonPath = Segment[];
export interface IParserResult<T = any, A extends object = object, L = unknown> extends IParserASTResult<T, A, L> {
export interface IParserResult<T = any, A extends object = object, L = unknown, M = unknown> extends IParserASTResult<T, A, L, M> {
diagnostics: IDiagnostic[];

@@ -9,0 +9,0 @@ }

{
"name": "@stoplight/types",
"version": "10.0.0",
"version": "10.0.1",
"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