Socket
Socket
Sign inDemoInstall

openapi-types

Package Overview
Dependencies
0
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 8.0.0 to 9.0.0

4

dist/index.d.ts

@@ -446,3 +446,3 @@ export declare namespace OpenAPI {

interface ResponsesObject {
[index: string]: Response | any;
[index: string]: Response;
default?: Response;

@@ -474,3 +474,3 @@ }

interface PathsObject<T extends {} = {}> {
[index: string]: PathItemObject<T> | any;
[index: string]: PathItemObject<T>;
}

@@ -477,0 +477,0 @@ interface ParametersDefinitionsObject {

{
"name": "openapi-types",
"version": "8.0.0",
"version": "9.0.0",
"description": "Types for OpenAPI documents.",

@@ -24,3 +24,3 @@ "main": "./dist/index.js",

"license": "MIT",
"gitHead": "ab875b574199c84fb215112d920aa821a61c632d"
"gitHead": "0f8ec699ad3e6b9559b29078de97bc63570497c0"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc