Socket
Socket
Sign inDemoInstall

@stoplight/types

Package Overview
Dependencies
Maintainers
26
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 11.10.0 to 12.0.0

4

dist/http-spec.d.ts

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

import { JSONSchema4, JSONSchema6, JSONSchema7 } from 'json-schema';
import { JSONSchema7 } from 'json-schema';
import { Dictionary } from './basic';

@@ -99,3 +99,3 @@ import { INode, INodeExample, INodeExternalExample } from './graph';

export interface IHttpContent {
schema?: JSONSchema4 | JSONSchema6 | JSONSchema7;
schema?: JSONSchema7;
examples?: (INodeExample | INodeExternalExample)[];

@@ -102,0 +102,0 @@ encodings?: IHttpEncoding[];

{
"name": "@stoplight/types",
"version": "11.10.0",
"version": "12.0.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