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

openapi-to-md

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

openapi-to-md - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

4

dist/index.js

@@ -0,1 +1,2 @@

#!/usr/bin/env node
"use strict";

@@ -108,3 +109,4 @@ var __importDefault = (this && this.__importDefault) || function (mod) {

output += outputObject(apiDocument, apiObject.name, apiObject.schema, Array.isArray(apiObject.required)
? (_a = apiObject.required) === null || _a === void 0 ? void 0 : _a.includes(apiObject.name) : apiObject.required);
? (_a = apiObject.required) === null || _a === void 0 ? void 0 : _a.includes(apiObject.name)
: apiObject.required);
}

@@ -111,0 +113,0 @@ else {

{
"name": "openapi-to-md",
"version": "1.0.0",
"version": "1.0.1",
"main": "dist/index.js",

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

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