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

@openapi-generator-plus/types

Package Overview
Dependencies
Maintainers
0
Versions
84
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@openapi-generator-plus/types - npm Package Compare versions

Comparing version 2.14.0 to 2.15.0

2

dist/types.d.ts

@@ -480,2 +480,4 @@ import type { OpenAPI, OpenAPIV2, OpenAPIV3 } from 'openapi-types';

purpose: CodegenSchemaPurpose;
/** If this schema was created to represent a specific request content type, this property will be populated with that media type. */
contentMediaType: CodegenMediaType | null;
title: string | null;

@@ -482,0 +484,0 @@ /** OpenAPI type */

2

package.json
{
"name": "@openapi-generator-plus/types",
"version": "2.14.0",
"version": "2.15.0",
"description": "",

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

@@ -556,2 +556,5 @@ import type { OpenAPI, OpenAPIV2, OpenAPIV3 } from 'openapi-types'

/** If this schema was created to represent a specific request content type, this property will be populated with that media type. */
contentMediaType: CodegenMediaType | null
title: string | null

@@ -558,0 +561,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