🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

openapi-typescript-codegen

Package Overview
Dependencies
Maintainers
1
Versions
107
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

openapi-typescript-codegen - npm Package Compare versions

Comparing version

to
0.12.2

2

package.json
{
"name": "openapi-typescript-codegen",
"version": "0.12.1",
"version": "0.12.2",
"description": "Library that generates Typescript clients based on the OpenAPI specification.",

@@ -5,0 +5,0 @@ "author": "Ferdi Koomen",

@@ -462,3 +462,2 @@ # OpenAPI Typescript Codegen

npm install form-data@4.x --save-dev
npm install node-fetch@2.x --save-dev
```

@@ -469,9 +468,3 @@

```json
{
"allowSyntheticDefaultImports": true
}
```
### Node-Fetch support

@@ -501,9 +494,3 @@ By default, this tool will generate a client that is compatible with the (browser based) Fetch API.

```json
{
"allowSyntheticDefaultImports": true
}
```
[npm-url]: https://npmjs.org/package/openapi-typescript-codegen

@@ -510,0 +497,0 @@ [npm-image]: https://img.shields.io/npm/v/openapi-typescript-codegen.svg

Sorry, the diff of this file is too big to display