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

@php-wasm/node

Package Overview
Dependencies
Maintainers
3
Versions
137
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 0.1.61 to 0.2.0

4

index.d.ts

@@ -123,3 +123,3 @@ // Generated by dts-bundle-generator v7.2.0

* php.writeFile("/www/index.php", `<?php echo file_get_contents("php://input");`);
* const result = await php.run({
* const result = await php.request({
* method: "GET",

@@ -362,3 +362,3 @@ * headers: {

* Arguments:
* $data – any extra information as a string
* $data (string) – Data to pass to JavaScript.
*

@@ -365,0 +365,0 @@ * @example

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

@@ -31,3 +31,7 @@ "repository": {

"types": "index.d.ts",
"gitHead": "f2cd7382004f7b003904b5db1d33d37fd2b1bfab",
"gitHead": "cd4062de74f7f18058d3f962e124d0fdff78b5a7",
"engines": {
"node": ">=16.15.1",
"npm": ">=8.11.0"
},
"dependencies": {

@@ -38,5 +42,5 @@ "comlink": "^4.4.1",

"yargs": "17.7.2",
"@php-wasm/universal": "0.1.61",
"@php-wasm/util": "0.1.61"
"@php-wasm/universal": "0.2.0",
"@php-wasm/util": "0.2.0"
}
}

Sorry, the diff of this file is not supported yet

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