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

@php-wasm/logger

Package Overview
Dependencies
Maintainers
5
Versions
87
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@php-wasm/logger - npm Package Versions

1
78

0.6.10

Diff

Changelog

Source

[v0.6.10] (2024-04-04)

Blueprints

  • Rename importFile to importWxr, switch to humanmade/WordPress importer. (#1192)

Tools

Blueprints
  • Explorations: Stream API. (#851)

PHP WebAssembly

  • Avoid partial munmap memory leak. (#1189)

Website

  • Make kitchen sink extension bundle the default. (#1191)

Bug Fixes

  • Fix cross-device mv by switching to copy. (#846)

Contributors

The following contributors merged PRs in this release:

@adamziel @brandonpayton @seanmorris

adamziel
published 0.6.9 •

Changelog

Source

[v0.6.9] (2024-04-03)

Tools

  • Devex: Expose window.playground for quick testing and debugging. (#1125)
GitHub integration
  • Website: Query API options to preconfigure the GitHub export form. (#1174)

Documentation

  • Update the wp-cli step code example. (#1140)

PHP WebAssembly

  • Add PHP iterator and yield support. (#1181)
  • Fix fileinfo support. (#1179)
  • Fix mbregex support. (#1155)
  • PHP.run(): Throw JS exception on runtime error, remove throwOnError flag. (#1137)

Website

  • Add error report modal. (#1102)
  • Ensure PromiseRejectionEvent has reason before logging it. (#1150)
  • Request handler: Remove everything after # from the URL. (#1126)
  • Web: Make the "Apply changes" button work in Playground settings form. (#1122)
Plugin proxy
  • Allow requests to WordPress.org. (#1154)

Internal

  • Refresh WordPress with the latest SQLite integration plugin. (#1151)

Bug Fixes

  • Fix typo in blueprints/public/schema-readme.md. (#1134)
  • Priority: Fix broken link to VS Code extension. (#1141)

Various

  • Docs/update - Add implied step. (#1144)
  • Give brandonpayton permission to run Playground GH workflows. (#1139)
  • Logger API: Add rate limiting. (#1142)
  • Remove --disable-all configuration option in PHP compile process. (#1132)

Contributors

The following contributors merged PRs in this release:

@adamziel @bgrgicak @brandonpayton @flexseth @jblz @mho22

adamziel
published 0.6.8 •

Changelog

Source

[v0.6.8] (2024-03-21)

Blueprints

  • Allow optional metadata. (#1103)

Tools

  • Add VSCode Chrome debugging support. (#1088)
  • Website: Support Base64-encoding Blueprints passed in the URL. (#1091)

Documentation

  • Docs: Expand Details section. (#1109)
  • Update activate-theme.ts to use themeFolderName. (#1119)

PHP WebAssembly

  • Blueprints: Explore switching to the PHP implementation. (#1051)
  • Explore weird register_shutdown_function behavior. (#1099)
  • Fix post_message_to_js memory out of bounds. (#1114)
  • Fix shutdown errors. (#1104)
  • Fixing build regression [BISON COMPILE]. (#871)
  • PHP : Set appropriate SCRIPT variables in $_SERVER superglobal. (#1092)

Website

  • Add logger API. (#1113)
  • Add multisite rewrite rules. (#1083)
  • Service worker: Improve error reporting in non-secure contexts. (#1098)

Bug Fixes

  • Fix experimental notice in FF ESR. (#1117)
  • Fix php bison dep for building on non-arm64 architectures. (#1115)

Reliability

  • Add fatal errror listener. (#1095)

Various

  • Update examples and demos in the documentation. (#1107)

Contributors

The following contributors merged PRs in this release:

@0aveRyan @adamziel @bgrgicak @brandonpayton @ironnysh @mho22 @seanmorris @StevenDufresne

adamziel
published 0.6.7 •

Changelog

Source

[v0.6.7] (2024-03-06)

Website

  • Node polyfills: Only apply them in Node.js, not in web browsers. (#1089)

Contributors

The following contributors merged PRs in this release:

@adamziel

adamziel
published 0.6.6 •

Changelog

Source

[v0.6.6] (2024-03-06)

Website

  • Comlink API: Pass the context argument to windowEndpoint, not wrap. (#1087)
  • Fix: Playground not starting due to a race condition. (#1084)
  • Hide the "This is experimental WordPress" notice on click. (#1082)
  • Set the API context when using Comlink.wrap(). (#1085)

Contributors

The following contributors merged PRs in this release:

@adamziel

adamziel
published 0.6.5 •

Changelog

Source

[v0.6.5] (2024-03-05)

Tools

Plugin proxy
  • Add Sensei to the allowed repositories for plugin proxy. (#1079)
Blueprints
  • Snapshot Import Protocol v1. (#1007)

Internal

  • Build the php-wasm/util package as both ESM and CJS. (#1081)

Reliability

Blueprints
  • Add unit tests to the mkdir step. (#1029)

Various

  • Website query API: Continue plugin installs on error. (#605)

Contributors

The following contributors merged PRs in this release:

@adamziel @eliot-akira @reimic @renatho

adamziel
published 0.6.4 •

Changelog

Source

[v0.6.4] (2024-03-04)

Enhancements

  • Add logging support to Playground. (#1035)

Blueprints

  • PHP Blueprints: Display progress. (#1077)
  • Set progress caption and communicate failures in the import file step. (#1034)

Tools

Blueprints
  • PHP Blueprints demo page. (#1070)
  • PHP: Do not prepend a whitespace when encoding body as multipart form data. (#1033)

PHP WebAssembly

  • Fix response header escaping. (#1050)
  • Fix: Networking broken when extra PHP extensions are enabled. (#1045)
  • PHP.wasm: Yield 0 bytes read on fd_read failure to improve PHP's fread() and feof() behavior. (#1053)
  • PHP: Support $env and $cwd proc_open arguments. (#1064)
  • Parse shell commands in createSpawnHandler. (#1065)
  • Prototype: Spawning PHP sub-processes in Web Workers. (#1031)
  • Spawning PHP sub-processes in Web Workers. (#1069)

Website

  • Add Google Analytics events to Playground. (#1040)
  • Fix error on reload site click. (#1041)

Internal

  • Rebuild WordPress every 20 minutes, short-circuit if no new version is found. (#1061)
  • Rebuild WordPress within an hour of a beta release. (#1059)

Bug Fixes

  • Fix the login message so it doesn't override another. (#1044)

Various

  • Add arguments to default node spawn method. (#1037)
  • Add bgrgicak to deployment allowlists. (#1057)
  • Allow for CORS requests to api.wordpress.org to pass. (#1009)
  • Default URL rewrites to /index.php. (#1072)
  • Remove repository specific Code of Conduct. (#1038)
  • Ship WordPress 6.5 beta 1. (#1036)

Contributors

The following contributors merged PRs in this release:

@adamziel @bgrgicak @dd32 @desrosj @johnbillion @mho22

1
78
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