New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@openapi-codegen/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-codegen/typescript - npm Package Compare versions

Comparing version 5.2.0 to 5.2.1

3

lib/core/schemaToTypeAliasDeclaration.js

@@ -404,3 +404,4 @@ "use strict";

.replace("*/", ""); // Remove closing comment notation
typescript_1.default.addSyntheticLeadingComment(node, typescript_1.default.SyntaxKind.MultiLineCommentTrivia, jsDocString, true);
typescript_1.default.addSyntheticLeadingComment(node, typescript_1.default.SyntaxKind.MultiLineCommentTrivia, "*" + jsDocString, // https://github.com/microsoft/TypeScript/issues/17146
true);
};

@@ -407,0 +408,0 @@ /**

{
"name": "@openapi-codegen/typescript",
"version": "5.2.0",
"version": "5.2.1",
"description": "OpenAPI Codegen typescript generators",

@@ -44,3 +44,3 @@ "main": "lib/index.js",

},
"gitHead": "086519e89f414a414e27d4947eaec2898107478e"
"gitHead": "75e7c8ae6087867bac4df446c3ec5e6a72424b6a"
}

Sorry, the diff of this file is not supported yet

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