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

@samchon/openapi

Package Overview
Dependencies
Maintainers
1
Versions
101
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.11 to 0.1.12

1

lib/OpenApiV3_1.d.ts

@@ -21,3 +21,2 @@ /**

tags?: IDocument.ITag[];
"x-samchon-emended"?: boolean;
}

@@ -24,0 +23,0 @@ namespace IDocument {

2

package.json
{
"name": "@samchon/openapi",
"version": "0.1.11",
"version": "0.1.12",
"description": "OpenAPI definitions and converters for 'typia' and 'nestia'.",

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

@@ -6,3 +6,4 @@ import { OpenApi } from "../OpenApi";

export const convert = (input: OpenApiV3_1.IDocument): OpenApi.IDocument => {
if (input["x-samchon-emended"] === true) return input as OpenApi.IDocument;
if ((input as OpenApi.IDocument)["x-samchon-emended"] === true)
return input as OpenApi.IDocument;
return {

@@ -9,0 +10,0 @@ ...input,

@@ -41,3 +41,2 @@ /**

tags?: IDocument.ITag[];
"x-samchon-emended"?: boolean;
}

@@ -44,0 +43,0 @@ export namespace IDocument {

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