@storybook/test
Advanced tools
+3
-3
| { | ||
| "name": "@storybook/test", | ||
| "version": "8.6.16", | ||
| "version": "8.6.17", | ||
| "description": "", | ||
@@ -47,3 +47,3 @@ "keywords": [ | ||
| "@storybook/global": "^5.0.0", | ||
| "@storybook/instrumenter": "8.6.16", | ||
| "@storybook/instrumenter": "8.6.17", | ||
| "@testing-library/dom": "10.4.0", | ||
@@ -63,3 +63,3 @@ "@testing-library/jest-dom": "6.5.0", | ||
| "peerDependencies": { | ||
| "storybook": "^8.6.16" | ||
| "storybook": "^8.6.17" | ||
| }, | ||
@@ -66,0 +66,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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 3 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
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 3 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
+ Added
- Removed