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
166
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 2.0.0-dev.20241129-3 to 2.0.0-dev.20241129-4

2

lib/converters/GeminiConverter.js

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

var notNull = next.oneOf.filter(function (v) { return OpenApiTypeChecker_1.OpenApiTypeChecker.isNull(v) === false; });
if (notNull.length === 1)
if (notNull.length < 2)
return true;

@@ -59,0 +59,0 @@ // ENUM CASE

{
"name": "@samchon/openapi",
"version": "2.0.0-dev.20241129-3",
"version": "2.0.0-dev.20241129-4",
"description": "OpenAPI definitions and converters for 'typia' and 'nestia'.",

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

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

);
if (notNull.length === 1) return true;
if (notNull.length < 2) return true;

@@ -58,0 +58,0 @@ // ENUM CASE

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