@kubb/parser-ts
Advanced tools
+17
-10
@@ -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. |
+3
-3
| { | ||
| "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": { |
Copyleft License
LicenseCopyleft license information was found.
Found 1 instance in 1 package
Mixed license
LicensePackage contains multiple licenses.
Found 1 instance in 1 package
Non-permissive License
LicenseA license not known to be considered permissive was found.
Found 1 instance in 1 package
140843
0.38%0
-100%100
42.86%+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
Updated