🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@php-wasm/universal

Package Overview
Dependencies
Maintainers
8
Versions
242
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@php-wasm/universal - npm Package Compare versions

Comparing version
3.1.40
to
3.1.41
+8
-0
lib/error-reporting.d.ts

@@ -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';

{
"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