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

4

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

@@ -49,3 +49,3 @@ "author": "Ferdi Koomen",

"release": "rollup --config --environment NODE_ENV:production",
"run": "node ./test/index.js",
"run": "NODE_ENV=production node ./test/index.js",
"test": "jest --selectProjects UNIT",

@@ -52,0 +52,0 @@ "test:update": "jest --selectProjects UNIT --updateSnapshot",

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