🚀. Socket Launch Week Day 3:Socket Firewall Now Blocks Malicious VS Code and Open VSX Extensions.Learn more
Sign In

@kubb/parser-ts

Package Overview
Dependencies
Maintainers
1
Versions
489
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.49
to
5.0.0-beta.50
+17
-10
LICENSE

@@ -0,14 +1,21 @@

MIT License
Copyright (c) 2026 Stijn Van Hulle
This repository contains software under two licenses:
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
1. Most of the code in this repository is licensed under the
MIT License — see licenses/LICENSE-MIT for the full license text.
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
2. The following components are licensed under the
GNU Affero General Public License v3.0 or later (AGPL-3.0-or-later)
— see licenses/LICENSE-AGPL-3.0 for the full license text:
- packages/agent (published as @kubb/agent)
Each package's own LICENSE file or package.json specifies its applicable license.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
{
"name": "@kubb/parser-ts",
"version": "5.0.0-beta.49",
"version": "5.0.0-beta.50",
"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.49"
"@kubb/core": "5.0.0-beta.50"
},
"devDependencies": {
"@internals/utils": "0.0.0",
"@kubb/ast": "5.0.0-beta.49"
"@kubb/ast": "5.0.0-beta.50"
},

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