@storybook/addon-controls
Advanced tools
+3
-3
| { | ||
| "name": "@storybook/addon-controls", | ||
| "version": "8.6.15", | ||
| "version": "8.6.16", | ||
| "description": "Interact with component inputs dynamically in the Storybook UI", | ||
@@ -58,3 +58,3 @@ "keywords": [ | ||
| "devDependencies": { | ||
| "@storybook/blocks": "8.6.15", | ||
| "@storybook/blocks": "8.6.16", | ||
| "@storybook/icons": "^1.2.12", | ||
@@ -65,3 +65,3 @@ "react": "^18.2.0", | ||
| "peerDependencies": { | ||
| "storybook": "^8.6.15" | ||
| "storybook": "^8.6.16" | ||
| }, | ||
@@ -68,0 +68,0 @@ "publishConfig": { |
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
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
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
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package