Socket
Socket
Sign inDemoInstall

openapi3-ts

Package Overview
Dependencies
Maintainers
1
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

openapi3-ts - npm Package Compare versions

Comparing version 0.7.0 to 0.8.0

2

dist/model/OpenApi.d.ts

@@ -271,3 +271,3 @@ import { ISpecificationExtension } from "./SpecificationExtension";

export interface SecurityRequirementObject {
[name: string]: [string];
[name: string]: string[];
}
{
"name": "openapi3-ts",
"version": "0.7.0",
"version": "0.8.0",
"description": "TS Model & utils for OpenAPI 3.0.x specification.",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -272,3 +272,3 @@ // Typed interfaces for OpenAPI 3.0.0-RC

export interface SecurityRequirementObject {
[name: string]: [string];
[name: string]: string[];
}
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