flowise-react-json-view
Advanced tools
+6
-0
@@ -126,2 +126,8 @@ import * as React from 'react'; | ||
| onSelect?: ((select: OnSelectProps) => void) | false; | ||
| /** | ||
| * When a function is passed in, clicking a value triggers the onSelect method to be called. | ||
| * | ||
| * Default: false | ||
| */ | ||
| onMouseUp?: (() => void) | false; | ||
| /** | ||
@@ -128,0 +134,0 @@ * Custom message for validation failures to onEdit, onAdd, or onDelete callbacks. |
+1
-1
| { | ||
| "name": "flowise-react-json-view", | ||
| "description": "Interactive react component for displaying javascript arrays and JSON objects.", | ||
| "version": "1.21.3", | ||
| "version": "1.21.4", | ||
| "main": "dist/main.js", | ||
@@ -6,0 +6,0 @@ "dependencies": { |
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
142594
0.12%319
1.92%