🚀 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.28.0

68

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

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

"dependencies": {
"@apidevtools/json-schema-ref-parser": "^10.1.0",
"@apidevtools/json-schema-ref-parser": "^11.5.4",
"camelcase": "^6.3.0",
"commander": "^11.1.0",
"commander": "^12.0.0",
"fs-extra": "^11.2.0",

@@ -71,16 +71,16 @@ "handlebars": "^4.7.8"

"devDependencies": {
"@angular-devkit/build-angular": "17.0.9",
"@angular/animations": "17.0.8",
"@angular/cli": "17.0.9",
"@angular/common": "17.0.8",
"@angular/compiler": "17.0.8",
"@angular/compiler-cli": "17.0.8",
"@angular/core": "17.0.8",
"@angular/forms": "17.0.8",
"@angular/platform-browser": "17.0.8",
"@angular/platform-browser-dynamic": "17.0.8",
"@angular/router": "17.0.8",
"@babel/cli": "7.23.4",
"@babel/core": "7.23.7",
"@babel/preset-env": "7.23.8",
"@angular-devkit/build-angular": "17.3.0",
"@angular/animations": "17.3.0",
"@angular/cli": "17.3.0",
"@angular/common": "17.3.0",
"@angular/compiler": "17.3.0",
"@angular/compiler-cli": "17.3.0",
"@angular/core": "17.3.0",
"@angular/forms": "17.3.0",
"@angular/platform-browser": "17.3.0",
"@angular/platform-browser-dynamic": "17.3.0",
"@angular/router": "17.3.0",
"@babel/cli": "7.23.9",
"@babel/core": "7.24.0",
"@babel/preset-env": "7.24.0",
"@babel/preset-typescript": "7.23.3",

@@ -95,17 +95,17 @@ "@rollup/plugin-commonjs": "25.0.7",

"@types/glob": "8.1.0",
"@types/jest": "29.5.11",
"@types/node": "20.11.0",
"@types/node-fetch": "2.6.10",
"@types/qs": "6.9.11",
"@typescript-eslint/eslint-plugin": "6.18.1",
"@typescript-eslint/parser": "6.18.1",
"@types/jest": "29.5.12",
"@types/node": "20.11.29",
"@types/node-fetch": "2.6.11",
"@types/qs": "6.9.13",
"@typescript-eslint/eslint-plugin": "7.3.0",
"@typescript-eslint/parser": "7.3.0",
"abort-controller": "3.0.0",
"axios": "1.6.5",
"axios": "1.6.8",
"codecov": "3.8.3",
"cross-spawn": "7.0.3",
"eslint": "8.56.0",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-simple-import-sort": "10.0.0",
"express": "4.18.2",
"eslint-plugin-simple-import-sort": "12.0.0",
"express": "4.18.3",
"form-data": "4.0.0",

@@ -116,17 +116,17 @@ "glob": "10.3.10",

"node-fetch": "2.7.0",
"prettier": "3.2.1",
"puppeteer": "21.7.0",
"qs": "6.11.2",
"prettier": "3.2.5",
"puppeteer": "22.5.0",
"qs": "6.12.0",
"rimraf": "5.0.5",
"rollup": "4.7.0",
"rollup": "4.13.0",
"rxjs": "7.8.1",
"ts-node": "10.9.2",
"tslib": "2.6.2",
"typescript": "5.2.2",
"zone.js": "0.14.3"
"typescript": "5.4.2",
"zone.js": "0.14.4"
},
"overrides": {
"node-fetch": "2.7.0",
"rollup": "4.7.0"
"rollup": "4.13.0"
}
}

@@ -5,4 +5,2 @@ # OpenAPI Typescript Codegen

[![License][license-image]][license-url]
[![Coverage][coverage-image]][coverage-url]
[![Coverage][coverage-image]][coverage-url]
[![Downloads][downloads-image]][downloads-url]

@@ -9,0 +7,0 @@ [![Build][build-image]][build-url]

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