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

37

package.json
{
"name": "openapi-typescript-codegen",
"version": "0.1.13",
"version": "0.1.14",
"description": "NodeJS library that generates Typescript or Javascript clients based on the OpenAPI specification.",

@@ -63,32 +63,33 @@ "author": "Ferdi Koomen",

},
"dependencies": {
"camelcase": "5.3.1",
"commander": "4.1.0",
"glob": "7.1.6",
"handlebars": "4.7.2",
"js-yaml": "3.13.1",
"mkdirp": "1.0.3",
"path": "0.12.7",
"rimraf": "3.0.1"
},
"devDependencies": {
"@babel/core": "7.8.3",
"@babel/preset-env": "7.8.3",
"@babel/core": "7.8.4",
"@babel/preset-env": "7.8.4",
"@babel/preset-typescript": "7.8.3",
"@types/jest": "24.9.1",
"@types/js-yaml": "3.12.1",
"@types/jest": "25.1.1",
"@types/js-yaml": "3.12.2",
"@types/mkdirp": "0.5.2",
"@types/node": "13.5.0",
"@types/node": "13.5.3",
"@types/rimraf": "2.0.3",
"@typescript-eslint/eslint-plugin": "2.17.0",
"@typescript-eslint/parser": "2.17.0",
"camelcase": "5.3.1",
"chalk": "3.0.0",
"@typescript-eslint/eslint-plugin": "2.18.0",
"@typescript-eslint/parser": "2.18.0",
"codecov": "3.6.2",
"commander": "4.1.0",
"eslint": "6.8.0",
"eslint-config-prettier": "6.9.0",
"eslint-config-prettier": "6.10.0",
"eslint-plugin-prettier": "3.1.2",
"eslint-plugin-sort-imports-es6-autofix": "0.5.0",
"glob": "7.1.6",
"handlebars": "4.7.2",
"jest": "25.1.0",
"jest-cli": "25.1.0",
"js-yaml": "3.13.1",
"mkdirp": "0.5.1",
"path": "0.12.7",
"prettier": "1.19.1",
"rimraf": "3.0.0",
"typescript": "3.7.5"
}
}