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.2 to 0.3.3

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.2",
"version": "0.3.3",
"description": "OpenAPI definitions and converters for 'typia' and 'nestia'.",

@@ -33,3 +33,3 @@ "main": "./lib/index.js",

"devDependencies": {
"@nestia/e2e": "^0.6.0",
"@nestia/e2e": "^0.7.0",
"@rollup/plugin-terser": "^0.4.4",

@@ -39,2 +39,3 @@ "@rollup/plugin-typescript": "^11.1.6",

"@types/node": "^20.12.7",
"chalk": "^4.1.2",
"prettier": "^3.2.5",

@@ -41,0 +42,0 @@ "rimraf": "^5.0.5",

@@ -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