rescript-schema
Advanced tools
+5
-2
| { | ||
| "name": "rescript-schema", | ||
| "version": "9.3.3", | ||
| "version": "9.3.4", | ||
| "description": "🧬 The fastest parser in the entire JavaScript ecosystem with a focus on small bundle size and top-notch DX", | ||
@@ -41,3 +41,6 @@ "keywords": [ | ||
| }, | ||
| "./src/*": "./src/*" | ||
| "./src/*": "./src/*", | ||
| "./RescriptSchema.gen.js": { | ||
| "types": "./RescriptSchema.gen.d.ts" | ||
| } | ||
| }, | ||
@@ -44,0 +47,0 @@ "files": [ |
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
600162
0.01%