@storybook/react
Advanced tools
+3
-3
| { | ||
| "name": "@storybook/react", | ||
| "version": "10.3.0-alpha.11", | ||
| "version": "10.3.0-alpha.12", | ||
| "description": "Storybook React renderer", | ||
@@ -56,3 +56,3 @@ "keywords": [ | ||
| "@storybook/global": "^5.0.0", | ||
| "@storybook/react-dom-shim": "10.3.0-alpha.11", | ||
| "@storybook/react-dom-shim": "10.3.0-alpha.12", | ||
| "react-docgen": "^8.0.2", | ||
@@ -85,3 +85,3 @@ "react-docgen-typescript": "^2.2.2" | ||
| "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0", | ||
| "storybook": "^10.3.0-alpha.11", | ||
| "storybook": "^10.3.0-alpha.12", | ||
| "typescript": ">= 4.9.x" | ||
@@ -88,0 +88,0 @@ }, |
Sorry, the diff of this file is too big to display
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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 11 instances 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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 11 instances 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
+ Added
- Removed