New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@php-wasm/universal

Package Overview
Dependencies
Maintainers
1
Versions
125
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 0.1.32 to 0.1.35

4

package.json
{
"name": "@php-wasm/universal",
"version": "0.1.32",
"version": "0.1.35",
"description": "PHP.wasm – emscripten bindings for PHP",

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

"license": "(GPL-2.0-or-later OR MPL-2.0)",
"gitHead": "868bafca7e77ad31e30c1500a0d4da8b1c2314cc"
"gitHead": "0962f89a2b1a438997960a25c26f5341db063a3e"
}

@@ -64,3 +64,3 @@ import PHPBrowser from './php-browser';

get documentRoot() {
return this.requestHandler!.requestHandler.absoluteUrl;
return this.requestHandler!.requestHandler.documentRoot;
}

@@ -67,0 +67,0 @@

@@ -107,3 +107,4 @@ import { Remote } from 'comlink';

/**
* The absolute URL of this PHPRequestHandler instance.
* The directory in the PHP filesystem where the server will look
* for the files to serve. Default: `/var/www`.
*/

@@ -110,0 +111,0 @@ documentRoot: string;

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc