Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

typia

Package Overview
Dependencies
Maintainers
1
Versions
588
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

typia - npm Package Compare versions

Comparing version 3.4.19 to 3.4.20

2

lib/programmers/internal/application_schema.js

@@ -137,2 +137,4 @@ "use strict";

else {
if (items.length === 0)
throw new Error("Error on typia.application(): swagger does not support zero length tuple type.");
var merged = items.reduce(function (x, y) {

@@ -139,0 +141,0 @@ return merge_metadata(x, y);

2

package.json
{
"name": "typia",
"version": "3.4.19",
"version": "3.4.20",
"description": "Runtime type checkers and 5x faster JSON.stringify() function",

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

@@ -98,2 +98,7 @@ import { Metadata } from "../../metadata/Metadata";

else {
if (items.length === 0)
throw new Error(
"Error on typia.application(): swagger does not support zero length tuple type.",
);
// SWAGGER DOES NOT SUPPORT TUPLE TYPE YET

@@ -100,0 +105,0 @@ const merged: Metadata = items.reduce((x, y) =>

@@ -119,2 +119,3 @@ import ts from "typescript";

NO_BIGIT = "Error on typia.application(): does not allow bigint type.",
NO_ZERO_LENGTH_TUPLE = "Error on typia.application(): swagger does not support zero length tuple type.",
}

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