@sinclair/typebox-codegen
Advanced tools
Sorry, the diff of this file is not supported yet
+2
-2
| { | ||
| "name": "@sinclair/typebox-codegen", | ||
| "version": "0.8.9", | ||
| "version": "0.8.10", | ||
| "description": "Code Generation Tools for TypeBox", | ||
@@ -32,3 +32,3 @@ "main": "index.js", | ||
| "dependencies": { | ||
| "@sinclair/typebox": "^0.31.9", | ||
| "@sinclair/typebox": "^0.31.10", | ||
| "prettier": "^2.8.7", | ||
@@ -35,0 +35,0 @@ "typescript": "^5.1.6" |
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
166428
13.14%44
2.33%Updated