@hey-api/codegen-core
Advanced tools
+1
-1
@@ -1401,3 +1401,3 @@ import { loadConfig } from "c12"; | ||
| if (canonical._finalName && canonical._finalName !== canonical._name) return `[Symbol ${canonical._name} → ${canonical._finalName}#${canonical.id}]`; | ||
| return `[Symbol ${canonical._name}#${canonical.id}]`; | ||
| return `[Symbol ${canonical._name || canonical._meta !== void 0 ? JSON.stringify(canonical._meta) : "<unknown>"}#${canonical.id}]`; | ||
| } | ||
@@ -1404,0 +1404,0 @@ /** |
+2
-7
| { | ||
| "name": "@hey-api/codegen-core", | ||
| "version": "0.7.0", | ||
| "version": "0.7.1", | ||
| "description": "đź§± TypeScript framework for generating files.", | ||
@@ -50,4 +50,3 @@ "keywords": [ | ||
| "eslint": "9.39.1", | ||
| "typescript": "5.9.3", | ||
| "@config/vite-base": "0.0.1" | ||
| "typescript": "5.9.3" | ||
| }, | ||
@@ -64,8 +63,4 @@ "peerDependencies": { | ||
| "dev": "tsdown --watch", | ||
| "test:coverage": "vitest run --coverage", | ||
| "test:update": "vitest watch --update", | ||
| "test:watch": "vitest watch", | ||
| "test": "vitest run", | ||
| "typecheck": "tsc --noEmit" | ||
| } | ||
| } |
Sorry, the diff of this file is too big to display
Debug access
Supply chain riskUses debug, reflection and dynamic code execution features.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 5 instances in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Debug access
Supply chain riskUses debug, reflection and dynamic code execution features.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 5 instances in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
198779
0.01%2
-33.33%