@php-wasm/node-8-1
Advanced tools
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
+6
-6
@@ -56,5 +56,5 @@ var __create = Object.create; | ||
| if (await (0, import_wasm_feature_detect.jspi)()) { | ||
| return (0, import_node_path.join)(packageDir, "jspi/extensions/intl/8_1/intl.so"); | ||
| return (0, import_node_path.join)(packageDir, "jspi/extensions/intl/intl.so"); | ||
| } else { | ||
| return (0, import_node_path.join)(packageDir, "asyncify/extensions/intl/8_1/intl.so"); | ||
| return (0, import_node_path.join)(packageDir, "asyncify/extensions/intl/intl.so"); | ||
| } | ||
@@ -64,5 +64,5 @@ } | ||
| if (await (0, import_wasm_feature_detect.jspi)()) { | ||
| return (0, import_node_path.join)(packageDir, "jspi/extensions/xdebug/8_1/xdebug.so"); | ||
| return (0, import_node_path.join)(packageDir, "jspi/extensions/xdebug/xdebug.so"); | ||
| } else { | ||
| return (0, import_node_path.join)(packageDir, "asyncify/extensions/xdebug/8_1/xdebug.so"); | ||
| return (0, import_node_path.join)(packageDir, "asyncify/extensions/xdebug/xdebug.so"); | ||
| } | ||
@@ -72,3 +72,3 @@ } | ||
| if (await (0, import_wasm_feature_detect.jspi)()) { | ||
| return (0, import_node_path.join)(packageDir, "jspi/extensions/redis/8_1/redis.so"); | ||
| return (0, import_node_path.join)(packageDir, "jspi/extensions/redis/redis.so"); | ||
| } | ||
@@ -81,3 +81,3 @@ throw new Error( | ||
| if (await (0, import_wasm_feature_detect.jspi)()) { | ||
| return (0, import_node_path.join)(packageDir, "jspi/extensions/memcached/8_1/memcached.so"); | ||
| return (0, import_node_path.join)(packageDir, "jspi/extensions/memcached/memcached.so"); | ||
| } | ||
@@ -84,0 +84,0 @@ throw new Error( |
+6
-6
@@ -17,5 +17,5 @@ // packages/php-wasm/node-builds/8-1/src/index.ts | ||
| if (await jspi()) { | ||
| return join(packageDir, "jspi/extensions/intl/8_1/intl.so"); | ||
| return join(packageDir, "jspi/extensions/intl/intl.so"); | ||
| } else { | ||
| return join(packageDir, "asyncify/extensions/intl/8_1/intl.so"); | ||
| return join(packageDir, "asyncify/extensions/intl/intl.so"); | ||
| } | ||
@@ -25,5 +25,5 @@ } | ||
| if (await jspi()) { | ||
| return join(packageDir, "jspi/extensions/xdebug/8_1/xdebug.so"); | ||
| return join(packageDir, "jspi/extensions/xdebug/xdebug.so"); | ||
| } else { | ||
| return join(packageDir, "asyncify/extensions/xdebug/8_1/xdebug.so"); | ||
| return join(packageDir, "asyncify/extensions/xdebug/xdebug.so"); | ||
| } | ||
@@ -33,3 +33,3 @@ } | ||
| if (await jspi()) { | ||
| return join(packageDir, "jspi/extensions/redis/8_1/redis.so"); | ||
| return join(packageDir, "jspi/extensions/redis/redis.so"); | ||
| } | ||
@@ -42,3 +42,3 @@ throw new Error( | ||
| if (await jspi()) { | ||
| return join(packageDir, "jspi/extensions/memcached/8_1/memcached.so"); | ||
| return join(packageDir, "jspi/extensions/memcached/memcached.so"); | ||
| } | ||
@@ -45,0 +45,0 @@ throw new Error( |
+3
-3
| { | ||
| "name": "@php-wasm/node-8-1", | ||
| "version": "3.1.3", | ||
| "version": "3.1.4", | ||
| "description": "PHP 8.1 WebAssembly binaries for node", | ||
@@ -38,3 +38,3 @@ "repository": { | ||
| }, | ||
| "gitHead": "54bb87ba4c9624ec02f60194a2f1938b3f42477b", | ||
| "gitHead": "a7cde6f2a2d3cef27f51f24e9ddadbe5ca05344b", | ||
| "dependencies": { | ||
@@ -44,3 +44,3 @@ "ini": "4.1.2", | ||
| "ws": "8.18.3", | ||
| "@php-wasm/universal": "3.1.3" | ||
| "@php-wasm/universal": "3.1.4" | ||
| }, | ||
@@ -47,0 +47,0 @@ "packageManager": "npm@10.9.2", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary 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
Debug access
Supply chain riskUses debug, reflection and dynamic code execution features.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
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
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary 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
Debug access
Supply chain riskUses debug, reflection and dynamic code execution features.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
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
212
-18.46%25
-21.87%65162078
-7.19%44055
-30.38%+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
Updated