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

openapi-codegen-typescript

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

openapi-codegen-typescript - npm Package Compare versions

Comparing version 0.1.18 to 0.1.19

12

CHANGELOG.md

@@ -0,1 +1,13 @@

# v0.1.19 (Tue Dec 15 2020)
#### 🐛 Bug Fix
- fix(readme): fix readme file [#29](https://github.com/LandrAudio/openapi-codegen-typescript/pull/29) ([@nemrosim](https://github.com/nemrosim))
#### Authors: 1
- Artem Diashkin ([@nemrosim](https://github.com/nemrosim))
---
# v0.1.18 (Tue Dec 15 2020)

@@ -2,0 +14,0 @@

2

package.json
{
"name": "openapi-codegen-typescript",
"version": "0.1.18",
"version": "0.1.19",
"description": "OpenApi codegen for generating types an mocks from swagger json file",

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

@@ -54,3 +54,3 @@ # OpenApi-codegen-typescript

folderPath: 'src/mocks/generated',
typesPath: '../../types/generated/dtoAPI'
typesPath: '../../types/generated/dtoAPI',
});

@@ -103,3 +103,3 @@ }

folderPath: 'src/types/generated',
overrideSchemas
overrideSchemas,
});

@@ -110,3 +110,4 @@ convertToMocks({

folderPath: 'src/mocks/generated',
typesPath: '../../types/generated/typesAPI'
typesPath: '../../types/generated/typesAPI',
overrideSchemas,
});

@@ -132,3 +133,3 @@ }

folderPath: 'src/mocks/generated',
typesPath: '../../types/generated/typesAPI'
typesPath: '../../types/generated/typesAPI',
});

@@ -135,0 +136,0 @@ }

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