Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

openapi-gen-typescript

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

openapi-gen-typescript - npm Package Compare versions

Comparing version 0.4.4 to 0.4.6

5

dist/utils/fileStream.js

@@ -19,2 +19,3 @@ "use strict";

const constants_1 = require("../constants");
const hasRefRegex = /.+\??\:\s+schemas\..+;/;
const writeFileFromIFileCode = (props) => __awaiter(void 0, void 0, void 0, function* () {

@@ -39,3 +40,5 @@ const { outputDir, fileCodeList, fetchModuleFile, schemasClassCode, schemasTypesCode, pathsCode, } = props;

.join('/'),
schemasClassCode.length > 0 ? `import * as schemas from '../schemas';\n` : '\n',
schemasClassCode.length > 0 && hasRefRegex.test(el.code)
? `import * as schemas from '../schemas';\n`
: '\n',
el.code,

@@ -42,0 +45,0 @@ ].join('\n');

2

package.json
{
"name": "openapi-gen-typescript",
"version": "0.4.4",
"version": "0.4.6",
"main": "dist/index.js",

@@ -5,0 +5,0 @@ "types": "dist/index.d.ts",

@@ -18,2 +18,4 @@ // @ts-ignore

const hasRefRegex = /.+\??\:\s+schemas\..+;/;
export const writeFileFromIFileCode = async (props: IProps) => {

@@ -47,3 +49,5 @@ const {

.join('/'),
schemasClassCode.length > 0 ? `import * as schemas from '../schemas';\n` : '\n',
schemasClassCode.length > 0 && hasRefRegex.test(el.code)
? `import * as schemas from '../schemas';\n`
: '\n',
el.code,

@@ -50,0 +54,0 @@ ].join('\n');

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc