@optimizely/edge-delivery
Advanced tools
+4
-0
@@ -6,1 +6,5 @@ /// <reference types="@cloudflare/workers-types" /> | ||
| export declare function applyExperiments(request: Request, context: ExecutionContext, options: Options): Promise<Response>; | ||
| declare const _default: { | ||
| applyExperiments: typeof applyExperiments; | ||
| }; | ||
| export default _default; |
+2
-2
| { | ||
| "name": "@optimizely/edge-delivery", | ||
| "license": "Apache-2.0", | ||
| "version": "1.0.7", | ||
| "version": "1.0.8", | ||
| "description": "Optimizely's Edge Delivery, a library for executing Web Experiments utilizing Cloudflare's HTMLRewriter technology.", | ||
@@ -37,3 +37,3 @@ "main": "dist/index.js", | ||
| "ua-parser-js": "^1.0.41", | ||
| "uuid": "^3.3.3" | ||
| "uuid": "^13.0.0" | ||
| }, | ||
@@ -40,0 +40,0 @@ "devDependencies": { |
Sorry, the diff of this file is too big to display
Network access
Supply chain riskThis module accesses the network.
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 2 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
Network access
Supply chain riskThis module accesses the network.
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 2 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
813894
0.02%4603
0.09%+ Added
- Removed
Updated