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.4.7 to 0.4.8

4

lib/internal/MigrateRouteConverter.js

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

add("@deprecated");
return description.length
description = description.length
? commentTags.length

@@ -260,2 +260,4 @@ ? `${description}\n\n${commentTags.join("\n")}`

: commentTags.join("\n");
description = description.split("*/").join("*\\/");
return description;
};

@@ -262,0 +264,0 @@ const writeIndented = (text, spaces) => text

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

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

@@ -333,3 +333,3 @@ import { IMigrateRoute } from "../IMigrateRoute";

if (props.operation.deprecated) add("@deprecated");
return description.length
description = description.length
? commentTags.length

@@ -339,2 +339,4 @@ ? `${description}\n\n${commentTags.join("\n")}`

: commentTags.join("\n");
description = description.split("*/").join("*\\/");
return description;
};

@@ -341,0 +343,0 @@

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