@php-wasm/universal
Advanced tools
@@ -12,2 +12,10 @@ import type { StreamedPHPResponse } from './php-response'; | ||
| export declare function prettyPrintFullStackTrace(e: any): Promise<void>; | ||
| /** | ||
| * Describe an error for display. Handles Error instances, Comlink-serialized | ||
| * plain objects (which lose their Error prototype during worker thread | ||
| * transfer), and arbitrary values. | ||
| */ | ||
| export declare function describeError(error: unknown, seen?: WeakSet<object>, depth?: number, options?: { | ||
| suppressGenericErrorName?: boolean; | ||
| }): string; | ||
| export declare function printResponseDebugDetails(response: PHPResponse): void; |
+1
-1
@@ -6,3 +6,3 @@ export type { MessageListener, PHPOutput, PHPRunOptions, UniversalPHP, PHPEvent, PHPEventListener, HTTPMethod, PHPRequest, PHPRequestHeaders, SpawnHandler, } from './universal-php'; | ||
| export { getPhpIniEntries, setPhpIniEntries, withPHPIniValues } from './ini'; | ||
| export { printDebugDetails, prettyPrintFullStackTrace, printResponseDebugDetails, } from './error-reporting'; | ||
| export { printDebugDetails, prettyPrintFullStackTrace, printResponseDebugDetails, describeError, } from './error-reporting'; | ||
| export { UnhandledRejectionsTarget } from './wasm-error-reporting'; | ||
@@ -9,0 +9,0 @@ export { HttpCookieStore } from './http-cookie-store'; |
+6
-6
| { | ||
| "name": "@php-wasm/universal", | ||
| "version": "3.1.40", | ||
| "version": "3.1.41", | ||
| "description": "PHP.wasm – emscripten bindings for PHP", | ||
@@ -40,3 +40,3 @@ "repository": { | ||
| "license": "GPL-2.0-or-later", | ||
| "gitHead": "6d9e3421ede727df67dc158e09c4af2e907ee605", | ||
| "gitHead": "d32ef94fc8b765bd0c6ed7d5ba32e2ebd34b8a75", | ||
| "engines": { | ||
@@ -48,6 +48,6 @@ "node": ">=20.10.0", | ||
| "ini": "4.1.2", | ||
| "@php-wasm/logger": "3.1.40", | ||
| "@php-wasm/util": "3.1.40", | ||
| "@php-wasm/stream-compression": "3.1.40", | ||
| "@php-wasm/progress": "3.1.40" | ||
| "@php-wasm/logger": "3.1.41", | ||
| "@php-wasm/util": "3.1.41", | ||
| "@php-wasm/stream-compression": "3.1.41", | ||
| "@php-wasm/progress": "3.1.41" | ||
| }, | ||
@@ -54,0 +54,0 @@ "packageManager": "npm@10.9.2", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
1632101
0.53%11984
0.33%+ Added
+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
- Removed
Updated
Updated
Updated