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.1.21 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;

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