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

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.9.0 to 0.10.0

4

dist/model/OpenApi.d.ts

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

components?: ComponentsObject;
security?: SecurityRequirementObject;
security?: SecurityRequirementObject[];
tags?: TagObject[];

@@ -103,3 +103,3 @@ externalDocs?: ExternalDocumentationObject;

deprecated?: boolean;
security?: SecurityRequirementObject;
security?: SecurityRequirementObject[];
servers?: ServerObject;

@@ -106,0 +106,0 @@ }

{
"name": "openapi3-ts",
"version": "0.9.0",
"version": "0.10.0",
"description": "TS Model & utils for OpenAPI 3.0.x specification.",

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

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

components?: ComponentsObject;
security?: SecurityRequirementObject;
security?: SecurityRequirementObject[];
tags?: TagObject[];

@@ -104,3 +104,3 @@ externalDocs?: ExternalDocumentationObject;

deprecated?: boolean;
security?: SecurityRequirementObject;
security?: SecurityRequirementObject[];
servers?: ServerObject;

@@ -107,0 +107,0 @@ }

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