You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

swagger-typescript-api

Package Overview
Dependencies
Maintainers
1
Versions
154
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

swagger-typescript-api - npm Package Compare versions

Comparing version

to
4.0.2

6

CHANGELOG.md
# next release
# 4.0.2
Fixes:
- `Unexpected token '.'` on v4 (Thanks @savingprivatebryan for issue #111)
Replaced all new syntax sugar like `?.` or `??` to prev. alternatives for support nodejs 12
# 4.0.1

@@ -4,0 +10,0 @@

2

package.json
{
"name": "swagger-typescript-api",
"version": "4.0.1",
"version": "4.0.2",
"description": "Create typescript api module from swagger schema",

@@ -5,0 +5,0 @@ "scripts": {

@@ -415,3 +415,3 @@ const _ = require("lodash");

const jsDocLines = _.compact([
tags?.length && ` * @tags ${tags.join(", ")}`,
_.size(tags) && ` * @tags ${tags.join(", ")}`,
` * @name ${routeId}`,

@@ -418,0 +418,0 @@ summary && ` * @summary ${summary}`,

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.