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

@kubb/ts-codegen

Package Overview
Dependencies
Maintainers
1
Versions
172
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kubb/ts-codegen - npm Package Compare versions

Comparing version 1.0.0-beta.10 to 1.0.0-beta.11

6

package.json
{
"name": "@kubb/ts-codegen",
"version": "1.0.0-beta.10",
"version": "1.0.0-beta.11",
"description": "Generator ts-codegen",

@@ -45,4 +45,4 @@ "repository": {

"dependencies": {
"@kubb/core": "1.0.0-beta.10",
"typescript": "^5.0.3"
"@kubb/core": "1.0.0-beta.11",
"typescript": "^5.0.4"
},

@@ -49,0 +49,0 @@ "devDependencies": {

@@ -5,3 +5,3 @@ import ts from 'typescript'

export function print(elements: ts.Node | Array<ts.Node | undefined>, fileName = 'print.ts') {
export function print(elements: ts.Node | Array<ts.Node | undefined>, fileName = 'print.ts'): string {
let nodes: Array<ts.Node | undefined> = []

@@ -8,0 +8,0 @@ if (Array.isArray(elements)) {

Sorry, the diff of this file is not supported yet

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