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

@php-wasm/node

Package Overview
Dependencies
Maintainers
0
Versions
133
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@php-wasm/node - npm Package Versions

13
14

1.0.9

Diff

Changelog

Source

[v1.0.9] (2024-11-04)

Enhancements

  • [Data Liberation] Fork humanmade/WordPress-Importer. (#1968)
  • [Data Liberation] Merge both XML processors into a single WP_XML_Processor. (#1960)
  • [Data liberation] Add blueprints-library as a submodule. (#1967)

Tools

Import/Export
  • [Data Liberation] WP_WXR_Reader. (#1972)

Documentation

  • Rewrite clone examples to use HTTPS instead of SSH. (#1963)

Website

  • Consistent width of settings, logs, and blueprint gallery sidebars. (#1964)

Bug Fixes

  • Fix: Import & Export from Github causes reloading the playground even before accept this step. (#1908)
  • [WordPress build] Only build the latest patch version of WordPress. (#1955)

Contributors

The following contributors merged PRs in this release:

@adamziel @ajotka @bgrgicak

adamziel
published 1.0.8 •

Changelog

Source

[v1.0.8] (2024-10-30)

Enhancements

  • [Data liberation] wp_rewrite_urls(). (#1893)

PHP WebAssembly

  • [PHP.wasm for Node] Fix php.js import path in the published npm package. (#1958)

Website

  • Restore .d.ts files missing from the published @wp-playground/remote npm package. (#1949)

Various

  • [Data Liberation] Add XML API, Stream API, WXR URL Rewriter API. (#1952)

Contributors

The following contributors merged PRs in this release:

@adamziel @psrpinto

adamziel
published 1.0.7 •

Changelog

Source

[v1.0.7] (2024-10-28)

adamziel
published 1.0.6 •

Changelog

Source

[v1.0.6] (2024-10-28)

Website

  • Query API: Preserve multiple ?plugin= query params. (#1947)
  • [Remote] Enable releasing @wp-playground/remote by making it public. (#1948)

Contributors

The following contributors merged PRs in this release:

@adamziel @bgrgicak

adamziel
published 1.0.5 •

Changelog

Source

[v1.0.5] (2024-10-25)

Enhancements

  • [CORS Proxy] Rate-limits IPv6 requests based on /64 subnets, not specific addresses. (#1923)

Blueprints

  • Reload after autologin to set login cookies during boot. (#1914)
  • Skip empty lines in the runSql step. (#1939)

Documentation

  • Clarified wp beta to also include rc version. (#1936)

PHP WebAssembly

  • Enable CURL in Playground Web. (#1935)
  • PHP: Implement TLS 1.2 to decrypt https:// and ssl:// traffic and translate it into fetch(). (#1926)

Website

  • Hide Settings menu after clicking "Restore from .zip. (#1904)
  • Publish @wp-playground/remote (types only). (#1924)

Bug Fixes

  • CORS Proxy: Index update_at column because it is used for lookup. (#1931)
  • CORS Proxy: Reject targeting self. (#1932)
  • Docs: Fix typo. (#1934)
  • Explicitly request no-cache to discourage WP Cloud from edge caching CORS proxy results. (#1930)
  • Remove test code added in #1914. (#1928)

Contributors

The following contributors merged PRs in this release:

@adamziel @ajotka @bgrgicak @bph @brandonpayton @ockham @psrpinto

adamziel
published 1.0.4 •

Changelog

Source

[v1.0.4] (2024-10-21)

Enhancements

  • Support CORS proxy rate-limiting. (#1879)

Blueprints

  • Allow multisites to load wp-admin pages with the landingPage attribute. (#1913)

Tools

GitHub integration
  • Blueprints: Use ? instead of / to CORS Proxy URLs. (#1899)
Import/Export
  • Kickoff Data Liberation: Let's Build WordPress-first Data Migration Tools. (#1888)

Experiments

File Synchronization
  • [Remote] Preserve PHP constants when saving a temporary site. (#1911)

Website

  • Do not display "You have no Playgrounds" message before loading the site. (#1912)
  • Fix build error that only appeared during deployment. (#1896)
  • Fix use of secrets on WP Cloud site. (#1909)
  • Maintain Query API parameters on temporary Playground settings update. (#1910)
  • Stop adding all CORS proxy files to website build. (#1895)
  • Stop responding with default MIME type. (#1897)
  • Stop short-circuiting web host PHP execution. (#1898)
  • Fix progress reporting during Playground load. (#1915)
  • Include CORS proxy with website builds. (#1880)
  • [Blueprints] Stop escaping landingPage URLs when loading WP Admin. (#1891)

Bug Fixes

Boot Flow
  • Prefer pretty permalinks like WP install does. (#1832)

Various

  • Improve self-host documentation. (#1884)

Contributors

The following contributors merged PRs in this release:

@adamziel @ashfame @bgrgicak @brandonpayton

adamziel
published 1.0.3 •

Changelog

Source

[v1.0.3] (2024-10-14)

Enhancements

  • Website: Remove unused React components. (#1887)

Tools

Blueprints Builder
  • Blueprints sidebar section for single-click Playground presets. (#1759)

Website

  • Replace 100vh with 100dvh to fix an "unscrollable" state on mobile devices. (#1883)
  • Use modal for Site settings form on mobile – mobile Safari l…. (#1885)

Contributors

The following contributors merged PRs in this release:

@adamziel

adamziel
published 1.0.2 •

Changelog

Source

[v1.0.2] (2024-10-09)

PHP WebAssembly

  • PHP.wasm: Load correct php.wasm paths in the built Node.js packages. (#1877)

Contributors

The following contributors merged PRs in this release:

@adamziel

adamziel
published 1.0.1 •

Changelog

Source

[v1.0.1] (2024-10-09)

adamziel
published 1.0.0 •

Changelog

Source

[v1.0.0] (2024-10-09)

Blueprints

  • Directory Resources. (#1793)
  • Login step – handle passwordless autologin via a PHP mu-plugin. (#1856)

Tools

Blueprints
  • GitDirectoryResource. (#1858)
  • GitDirectoryResource: Accept "/", "", "." as root paths. (#1860)
GitHub integration
  • Native git support: LsRefs(), sparseCheckout(), GitPathControl. (#1764)
Website
  • Add core-pr and gutenberg-pr Query API parameters. (#1761)

PHP WebAssembly

  • Refreshless website deployments – load remote.html using the network-first strategy. (#1849)
  • JSPI: Pass all unit tests, remove stale PHP builds. (#1876)
  • [Remote] Remove the "light" PHP.wasm bundle and only ship the "kitchen-sink" build. (#1861)

Website

  • Restore the single-click "Edit Settings" flow. (#1854)
  • Restrict CORS proxy to requests from Playground website origin. (#1865)
Documentation
  • Add /release redirect to WP beta/RC blueprint. (#1866)

Internal

  • Make isomorphic-git submodule use https, not ssh. (#1863)

Bug Fixes

  • [CLI] Fix isWordPressInstalled() in CLI by inlining the auto_login.php in index.ts instead of using import ?raw. (#1869)

Various

  • Add documentation around the GPL license and implications for contribution. (#1776)
  • Allow installing Plugins/Themes into an arbitrary folder. (#1803)
  • Improve documentation. (#1862)
  • [Website] Fix "undefined" as className. (#1870)

Contributors

The following contributors merged PRs in this release:

@adamziel @ajotka @bgrgicak @brandonpayton @dd32 @n8finch

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