🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

@openapi-generator-plus/typescript-generator-common

Package Overview
Dependencies
Maintainers
0
Versions
83
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@openapi-generator-plus/typescript-generator-common - npm Package Compare versions

Comparing version

to
1.9.0

3

dist/index.js

@@ -364,2 +364,5 @@ "use strict";

}
case types_1.CodegenSchemaType.ANY: {
return new context.NativeType('unknown');
}
}

@@ -366,0 +369,0 @@ throw new Error(`Unsupported schema type: ${schemaType}`);

10

package.json
{
"name": "@openapi-generator-plus/typescript-generator-common",
"version": "1.8.2",
"version": "1.9.0",
"description": "A common OpenAPI Generator Plus module for TypeScript generators",

@@ -18,8 +18,8 @@ "main": "dist/index.js",

"dependencies": {
"@openapi-generator-plus/types": "^2.14.0",
"@openapi-generator-plus/types": "^2.16.0",
"handlebars": "^4.7.8",
"pluralize": "^8.0.0",
"@openapi-generator-plus/generator-common": "1.4.1",
"@openapi-generator-plus/handlebars-templates": "1.6.0",
"@openapi-generator-plus/java-like-generator-helper": "2.2.1"
"@openapi-generator-plus/generator-common": "1.5.0",
"@openapi-generator-plus/handlebars-templates": "1.7.0",
"@openapi-generator-plus/java-like-generator-helper": "2.3.0"
},

@@ -26,0 +26,0 @@ "publishConfig": {

@@ -379,2 +379,5 @@ import { CodegenSchemaType, CodegenGeneratorContext, CodegenGenerator, CodegenConfig, CodegenDocument, CodegenAllOfStrategy, CodegenAnyOfStrategy, CodegenOneOfStrategy, CodegenLogLevel, isCodegenOneOfSchema, isCodegenAnyOfSchema, isCodegenInterfaceSchema, isCodegenObjectSchema, CodegenOneOfSchema, CodegenSchemaPurpose, CodegenSchema, CodegenNamedSchema, CodegenScope } from '@openapi-generator-plus/types'

}
case CodegenSchemaType.ANY: {
return new context.NativeType('unknown')
}
}

@@ -381,0 +384,0 @@