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

26

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

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

"abort-controller": "^3.0.0",
"axios": "^0.23.0",
"axios": "^0.24.0",
"camelcase": "^6.2.0",
"commander": "^8.0.0",
"commander": "^8.3.0",
"form-data": "^4.0.0",

@@ -81,13 +81,13 @@ "handlebars": "^4.7.6",

"@babel/preset-typescript": "7.15.0",
"@rollup/plugin-commonjs": "21.0.0",
"@rollup/plugin-node-resolve": "13.0.5",
"@rollup/plugin-commonjs": "21.0.1",
"@rollup/plugin-node-resolve": "13.0.6",
"@types/express": "4.17.13",
"@types/glob": "7.1.4",
"@types/glob": "7.2.0",
"@types/jest": "27.0.2",
"@types/node": "16.11.1",
"@types/node": "16.11.6",
"@types/qs": "6.9.7",
"@typescript-eslint/eslint-plugin": "5.1.0",
"@typescript-eslint/parser": "5.1.0",
"@typescript-eslint/eslint-plugin": "5.2.0",
"@typescript-eslint/parser": "5.2.0",
"codecov": "3.8.3",
"eslint": "8.0.1",
"eslint": "8.1.0",
"eslint-config-prettier": "8.3.0",

@@ -98,8 +98,8 @@ "eslint-plugin-prettier": "4.0.0",

"glob": "7.2.0",
"jest": "27.3.0",
"jest-cli": "27.3.0",
"jest": "27.3.1",
"jest-cli": "27.3.1",
"prettier": "2.4.1",
"puppeteer": "10.4.0",
"qs": "6.10.1",
"rollup": "2.58.0",
"rollup": "2.58.3",
"rollup-plugin-terser": "7.0.2",

@@ -106,0 +106,0 @@ "rollup-plugin-typescript2": "0.30.0",

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