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

@openapi-contrib/json-schema-to-openapi-schema

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@openapi-contrib/json-schema-to-openapi-schema - npm Package Compare versions

Comparing version 2.2.5 to 2.2.6

2

dist/cjs/index.js

@@ -179,2 +179,4 @@ "use strict";

const schemas = schema[key];
if (!schemas)
continue;
if (!Array.isArray(schemas)) {

@@ -181,0 +183,0 @@ return schema;

@@ -171,2 +171,4 @@ import { Walker } from 'json-schema-walker';

const schemas = schema[key];
if (!schemas)
continue;
if (!Array.isArray(schemas)) {

@@ -173,0 +175,0 @@ return schema;

2

package.json
{
"name": "@openapi-contrib/json-schema-to-openapi-schema",
"version": "2.2.5",
"version": "2.2.6",
"description": "Converts a JSON Schema to OpenAPI Schema Object",

@@ -5,0 +5,0 @@ "bin": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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