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
12.0.2

5

index.d.ts

@@ -58,2 +58,7 @@ type HttpClientType = "axios" | "fetch";

/**
* sort data contracts in alphabetical order
*/
sortTypes?: boolean;
/**
* generate js api module with declaration file (default: false)

@@ -60,0 +65,0 @@ */

1

index.js

@@ -295,2 +295,3 @@ #!/usr/bin/env node

anotherArrayType: options.anotherArrayType,
extractEnums: options.extractEnums,
});

@@ -297,0 +298,0 @@ break;

2

package.json
{
"name": "swagger-typescript-api",
"version": "12.0.1",
"version": "12.0.2",
"description": "Generate typescript/javascript api from swagger schema",

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