@sinclair/typebox-codegen
Advanced tools
Sorry, the diff of this file is not supported yet
+1
-1
| { | ||
| "name": "@sinclair/typebox-codegen", | ||
| "version": "0.9.11", | ||
| "version": "0.9.12", | ||
| "description": "Code Generation Tools for TypeBox", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -516,2 +516,5 @@ "use strict"; | ||
| } | ||
| function* NamedTupleMember(node) { | ||
| yield* Collect(node.type); | ||
| } | ||
| function* ModuleDeclaration(node) { | ||
@@ -569,2 +572,4 @@ const export_specifier = IsExport(node) ? 'export ' : ''; | ||
| return yield* LiteralTypeNode(node); | ||
| if (ts.isNamedTupleMember(node)) | ||
| return yield* NamedTupleMember(node); | ||
| if (ts.isPropertySignature(node)) | ||
@@ -571,0 +576,0 @@ return yield* PropertySignature(node); |
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance 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
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance 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
168904
13.25%44
2.33%3255
0.15%