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.3.3 to 0.3.4

2

lib/IMigrateDocument.d.ts

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

*/
operation?: () => Operation;
operation: () => Operation;
/**

@@ -37,0 +37,0 @@ * Method of the operation.

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

*/
comment?: () => string;
comment: () => string;
/**

@@ -158,3 +158,3 @@ * Original operation from the OpenAPI document.

*/
operation?: () => Operation;
operation: () => Operation;
}

@@ -161,0 +161,0 @@ export declare namespace IMigrateRoute {

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

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

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

*/
operation?: () => Operation;
operation: () => Operation;

@@ -45,0 +45,0 @@ /**

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

*/
comment?: () => string;
comment: () => string;

@@ -173,3 +173,3 @@ /**

*/
operation?: () => Operation;
operation: () => Operation;
}

@@ -176,0 +176,0 @@ export namespace IMigrateRoute {

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