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

@nestia/migrate

Package Overview
Dependencies
Maintainers
1
Versions
137
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nestia/migrate - npm Package Compare versions

Comparing version 0.13.6 to 0.13.7

6

lib/programmers/MigrateSchemaProgrammer.js

@@ -217,3 +217,7 @@ "use strict";

]
: []),
: schema.additionalItems === true
? [
typescript_1.default.factory.createRestTypeNode(typescript_1.default.factory.createArrayTypeNode(typescript_1.default.factory.createKeywordTypeNode(typescript_1.default.SyntaxKind.AnyKeyword))),
]
: []),
]);

@@ -220,0 +224,0 @@ const intersection = [tuple];

2

package.json
{
"name": "@nestia/migrate",
"version": "0.13.6",
"version": "0.13.7",
"description": "Migration program from swagger to NestJS",

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

@@ -229,3 +229,11 @@ import { OpenApi } from "@samchon/openapi";

]
: []),
: schema.additionalItems === true
? [
ts.factory.createRestTypeNode(
ts.factory.createArrayTypeNode(
ts.factory.createKeywordTypeNode(ts.SyntaxKind.AnyKeyword),
),
),
]
: []),
]);

@@ -232,0 +240,0 @@ const intersection: ts.TypeNode[] = [tuple];

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