@php-wasm/universal
Advanced tools
+7
-7
| { | ||
| "name": "@php-wasm/universal", | ||
| "version": "3.1.10", | ||
| "version": "3.1.11", | ||
| "description": "PHP.wasm – emscripten bindings for PHP", | ||
@@ -40,3 +40,3 @@ "repository": { | ||
| "license": "GPL-2.0-or-later", | ||
| "gitHead": "2721ce7fb56c10da26ebe62aed1179c9e354ab8d", | ||
| "gitHead": "3b20c772b295a86dba0069170df45b1ec93b0313", | ||
| "engines": { | ||
@@ -48,7 +48,7 @@ "node": ">=20.10.0", | ||
| "ini": "4.1.2", | ||
| "@php-wasm/node-polyfills": "3.1.10", | ||
| "@php-wasm/logger": "3.1.10", | ||
| "@php-wasm/util": "3.1.10", | ||
| "@php-wasm/stream-compression": "3.1.10", | ||
| "@php-wasm/progress": "3.1.10" | ||
| "@php-wasm/node-polyfills": "3.1.11", | ||
| "@php-wasm/logger": "3.1.11", | ||
| "@php-wasm/util": "3.1.11", | ||
| "@php-wasm/stream-compression": "3.1.11", | ||
| "@php-wasm/progress": "3.1.11" | ||
| }, | ||
@@ -55,0 +55,0 @@ "packageManager": "npm@10.9.2", |
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 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
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 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
+ Added
+ Added
+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
- Removed
- Removed
Updated
Updated
Updated