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 12.3.0 to 12.4.0

4

dist/http-spec.d.ts

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

internal?: boolean;
extensions?: Extensions;
}

@@ -178,2 +179,5 @@ export declare type IHttpCallbackOperation = Omit<IHttpOperation, 'servers' | 'security' | 'callbacks'> & {

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

2

package.json
{
"name": "@stoplight/types",
"version": "12.3.0",
"version": "12.4.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