Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@kubb/parser-ts

Package Overview
Dependencies
Maintainers
1
Versions
463
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kubb/parser-ts - npm Package Compare versions

Comparing version
5.0.0-beta.33
to
5.0.0-beta.34
+3
-3
package.json
{
"name": "@kubb/parser-ts",
"version": "5.0.0-beta.33",
"version": "5.0.0-beta.34",
"description": "TypeScript and TSX source file parser for Kubb. Converts AST nodes and raw TypeScript code into formatted source strings using the TypeScript compiler API.",

@@ -45,7 +45,7 @@ "keywords": [

"typescript": "^6.0.3",
"@kubb/core": "5.0.0-beta.33"
"@kubb/core": "5.0.0-beta.34"
},
"devDependencies": {
"@internals/utils": "0.0.0",
"@kubb/ast": "5.0.0-beta.33"
"@kubb/ast": "5.0.0-beta.34"
},

@@ -52,0 +52,0 @@ "engines": {

<div align="center">
<h1>@kubb/parser-ts</h1>
<a href="https://kubb.dev" target="_blank" rel="noopener noreferrer">
<img width="180" src="https://raw.githubusercontent.com/kubb-labs/kubb/main/assets/logo.png" alt="Kubb logo">
<img src="https://kubb.dev/og.png" alt="Kubb banner">
</a>

@@ -14,3 +13,3 @@

<h4>
<a href="https://kubb.dev/" target="_blank">Documentation</a>
<a href="https://kubb.dev" target="_blank">Documentation</a>
<span> · </span>

@@ -23,4 +22,10 @@ <a href="https://github.com/kubb-labs/kubb/issues/" target="_blank">Report Bug</a>

TypeScript and TSX source file parser for Kubb. Converts AST nodes and raw TypeScript code into formatted source strings using the TypeScript compiler API.
<br />
# @kubb/parser-ts
### TypeScript source file parser for Kubb
Converts AST nodes and raw TypeScript code into formatted source strings using the TypeScript compiler API. Handles both `.ts` and `.tsx` output.
## Installation

@@ -82,5 +87,6 @@

Kubb is an open source project with its ongoing development made possible entirely by the support of Sponsors. If you would like to become a sponsor, please consider:
Kubb is an open source project, and its development is funded entirely by sponsors. If you would like to become a sponsor, please consider:
- [Become a Sponsor on GitHub](https://github.com/sponsors/stijnvanhulle)
- [See sponsorship tiers and our sponsors](https://kubb.dev/sponsors)

@@ -93,2 +99,6 @@ <p align="center">

## License
[MIT](https://github.com/kubb-labs/kubb/blob/main/licenses/LICENSE-MIT)
<!-- Badges -->

@@ -95,0 +105,0 @@