New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@samchon/openapi

Package Overview
Dependencies
Maintainers
1
Versions
188
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

to
0.1.22-dev.20240603

2

lib/OpenApi.d.ts

@@ -191,2 +191,3 @@ import { OpenApiV3 } from "./OpenApiV3";

items: IJsonSchema;
uniqueItems?: boolean;
/** @type uint64 */ minItems?: number;

@@ -198,2 +199,3 @@ /** @type uint64 */ maxItems?: number;

additionalItems?: boolean | IJsonSchema;
uniqueItems?: boolean;
/** @type uint64 */ minItems?: number;

@@ -200,0 +202,0 @@ /** @type uint64 */ maxItems?: number;

2

package.json
{
"name": "@samchon/openapi",
"version": "0.1.21",
"version": "0.1.22-dev.20240603",
"description": "OpenAPI definitions and converters for 'typia' and 'nestia'.",

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

@@ -304,2 +304,3 @@ import { OpenApiV3 } from "./OpenApiV3";

items: IJsonSchema;
uniqueItems?: boolean;
/** @type uint64 */ minItems?: number;

@@ -311,2 +312,3 @@ /** @type uint64 */ maxItems?: number;

additionalItems?: boolean | IJsonSchema;
uniqueItems?: boolean;
/** @type uint64 */ minItems?: number;

@@ -313,0 +315,0 @@ /** @type uint64 */ maxItems?: number;