New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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-alpha.7 to 1.0.0-alpha.8

src/codegen.ts

4

dist/index.d.ts
import ts from 'typescript';
import { TreeNode } from '@kubb/core';
import { TreeNodeOptions } from '@kubb/core';

@@ -66,4 +66,4 @@ declare const modifier: {

declare function writeIndexes(root: string, output: string, options: Parameters<typeof TreeNode.build>[1]): Promise<void>[] | undefined;
declare function writeIndexes(root: string, output: string, options: TreeNodeOptions): Promise<void>[] | undefined;
export { appendJSDocToNode, createEnumDeclaration, createExportDeclaration, createImportDeclaration, createIndexSignature, createIntersectionDeclaration, createJSDoc, createParameter, createPropertySignature, createQuestionToken, createTypeAliasDeclaration, isValidIdentifier, modifier, print, questionToken, writeIndexes };
{
"name": "@kubb/ts-codegen",
"version": "1.0.0-alpha.7",
"version": "1.0.0-alpha.8",
"description": "Generator ts-codegen",

@@ -39,2 +39,3 @@ "repository": {

"dist",
"src",
"schemas",

@@ -45,7 +46,7 @@ "!/**/**.test.**",

"dependencies": {
"@kubb/core": "1.0.0-alpha.7",
"@kubb/core": "1.0.0-alpha.8",
"typescript": "^5.0.2"
},
"devDependencies": {
"tsup": "^6.6.3"
"tsup": "^6.7.0"
},

@@ -52,0 +53,0 @@ "publishConfig": {

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