🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@kubb/parser-ts

Package Overview
Dependencies
Maintainers
1
Versions
511
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.81
to
5.0.0-beta.82
+4
-7
package.json
{
"name": "@kubb/parser-ts",
"version": "5.0.0-beta.81",
"version": "5.0.0-beta.82",
"description": "TypeScript and TSX source file parser for Kubb. Converts AST nodes into formatted source strings using the TypeScript compiler API.",

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

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

@@ -59,5 +59,2 @@ "engines": {

"lint:fix": "oxlint --fix .",
"release": "pnpm publish --no-git-check",
"release:canary": "bash ../../.github/canary.sh && node ../../scripts/build.js canary && pnpm publish --no-git-check",
"release:stage": "pnpm stage publish --no-git-check",
"start": "tsdown --watch",

@@ -64,0 +61,0 @@ "test": "vitest --passWithNoTests",