Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@php-wasm/universal

Package Overview
Dependencies
Maintainers
5
Versions
123
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.9.38 to 0.9.39

2

lib/php-request-handler.d.ts

@@ -72,3 +72,3 @@ import { PHP } from './php';

* ```js
* import { PHP } from '../../../web/src/index.ts';
* import { PHP } from '@php-wasm/web';
*

@@ -75,0 +75,0 @@ * const php = await PHP.load( '7.4', {

@@ -1,2 +0,2 @@

import { EmscriptenDownloadMonitor } from '../../../progress/src/index.ts';
import { EmscriptenDownloadMonitor } from '@php-wasm/progress';
import { PHP } from './php';

@@ -3,0 +3,0 @@ import { PHPRequestHandler } from './php-request-handler';

@@ -5,3 +5,3 @@ import { PHPResponse } from './php-response';

import { RmDirOptions, ListFilesOptions } from './fs-helpers';
import { Semaphore } from '../../../util/src/index.ts';
import { Semaphore } from '@php-wasm/util';
import { PHPRequestHandler } from './php-request-handler';

@@ -8,0 +8,0 @@ import { Emscripten } from './emscripten-types';

{
"name": "@php-wasm/universal",
"version": "0.9.38",
"version": "0.9.39",
"description": "PHP.wasm – emscripten bindings for PHP",

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

"license": "GPL-2.0-or-later",
"gitHead": "f07ef4e59813c2d43d71d639237457b029dea995",
"gitHead": "cbb5ec6aeed54bebf0fd6503f207c93261b3e4ba",
"engines": {

@@ -49,8 +49,8 @@ "node": ">=18.18.0",

"ini": "4.1.2",
"@php-wasm/node-polyfills": "0.9.38",
"@php-wasm/logger": "0.9.38",
"@php-wasm/util": "0.9.38",
"@php-wasm/stream-compression": "0.9.38",
"@php-wasm/progress": "0.9.38"
"@php-wasm/node-polyfills": "0.9.39",
"@php-wasm/logger": "0.9.39",
"@php-wasm/util": "0.9.39",
"@php-wasm/stream-compression": "0.9.39",
"@php-wasm/progress": "0.9.39"
}
}
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