Socket
Socket
Sign inDemoInstall

@samchon/openapi

Package Overview
Dependencies
Maintainers
1
Versions
79
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@samchon/openapi - npm Package Compare versions

Comparing version 0.1.5 to 0.1.6

2

lib/internal/OpenApiV3Converter.js

@@ -12,3 +12,3 @@ "use strict";

.map(([key, value]) => [key, convertPathItem(input)(value)]))
: undefined, openapi: "3.1.0" }));
: undefined, openapi: "3.1.0", "x-samchon-emended": true }));
};

@@ -15,0 +15,0 @@ /* -----------------------------------------------------------

@@ -24,2 +24,3 @@ "use strict";

tags: input.tags,
"x-samchon-emended": true,
});

@@ -26,0 +27,0 @@ /* -----------------------------------------------------------

{
"name": "@samchon/openapi",
"version": "0.1.5",
"version": "0.1.6",
"description": "OpenAPI definitions and converters for 'typia' and 'nestia'.",

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

@@ -18,2 +18,3 @@ import { OpenApi } from "../OpenApi";

openapi: "3.1.0",
"x-samchon-emended": true,
});

@@ -20,0 +21,0 @@

@@ -27,2 +27,3 @@ import { OpenApi } from "../OpenApi";

tags: input.tags,
"x-samchon-emended": true,
});

@@ -29,0 +30,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