You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

@php-wasm/node

Package Overview
Dependencies
Maintainers
7
Versions
218
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@php-wasm/node - npm Package Compare versions

Comparing version
3.1.2
to
3.1.3
+8
-2
lib/extensions/xdebug/with-xdebug.d.ts

@@ -1,5 +0,11 @@

import type { EmscriptenOptions } from '@php-wasm/universal';
import { type EmscriptenOptions } from '@php-wasm/universal';
export interface PathMapping {
hostPath: string;
vfsPath: string;
}
export interface XdebugOptions {
ideKey?: string;
pathMappings?: PathMapping[];
pathSkippings?: string[];
}
export declare function withXdebug(version: "8.5" | "8.4" | "8.3" | "8.2" | "8.1" | "8.0" | "7.4" | undefined, options: EmscriptenOptions, xdebugOptions?: XdebugOptions): Promise<EmscriptenOptions>;
export declare function withXdebug(version: "8.5" | "8.4" | "8.3" | "8.2" | "8.1" | "8.0" | "7.4" | undefined, options: EmscriptenOptions, xdebugOptions: XdebugOptions): Promise<EmscriptenOptions>;
+1
-2

@@ -6,4 +6,3 @@ import { type SupportedPHPVersion, type EmscriptenOptions, type FileLockManager } from '@php-wasm/universal';

followSymlinks?: boolean;
withXdebug?: boolean;
xdebug?: XdebugOptions;
withXdebug?: boolean | XdebugOptions;
withIntl?: boolean;

@@ -10,0 +9,0 @@ withRedis?: boolean;

{
"name": "@php-wasm/node",
"version": "3.1.2",
"version": "3.1.3",
"description": "PHP.wasm for Node.js",

@@ -41,3 +41,3 @@ "repository": {

"types": "index.d.ts",
"gitHead": "4a2f8903e9d4a58e33382f8f888ef94d42d913dc",
"gitHead": "54bb87ba4c9624ec02f60194a2f1938b3f42477b",
"engines": {

@@ -49,19 +49,22 @@ "node": ">=20.10.0",

"express": "4.22.0",
"fast-xml-parser": "^5.3.4",
"fs-ext-extra-prebuilt": "2.2.7",
"ini": "4.1.2",
"jsonc-parser": "3.3.1",
"wasm-feature-detect": "1.8.0",
"ws": "8.18.3",
"yargs": "17.7.2",
"@php-wasm/node-polyfills": "3.1.2",
"@php-wasm/universal": "3.1.2",
"@php-wasm/node-8-5": "3.1.2",
"@php-wasm/node-8-4": "3.1.2",
"@php-wasm/node-8-3": "3.1.2",
"@php-wasm/node-8-2": "3.1.2",
"@php-wasm/node-8-1": "3.1.2",
"@php-wasm/node-8-0": "3.1.2",
"@php-wasm/node-7-4": "3.1.2",
"@php-wasm/logger": "3.1.2",
"@php-wasm/util": "3.1.2",
"@wp-playground/common": "3.1.2"
"@php-wasm/node-polyfills": "3.1.3",
"@php-wasm/universal": "3.1.3",
"@php-wasm/node-8-5": "3.1.3",
"@php-wasm/node-8-4": "3.1.3",
"@php-wasm/node-8-3": "3.1.3",
"@php-wasm/node-8-2": "3.1.3",
"@php-wasm/node-8-1": "3.1.3",
"@php-wasm/node-8-0": "3.1.3",
"@php-wasm/node-7-4": "3.1.3",
"@php-wasm/cli-util": "3.1.3",
"@php-wasm/logger": "3.1.3",
"@php-wasm/util": "3.1.3",
"@wp-playground/common": "3.1.3"
},

@@ -68,0 +71,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