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

@php-wasm/logger

Package Overview
Dependencies
Maintainers
5
Versions
89
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@php-wasm/logger - npm Package Compare versions

Comparing version 0.9.35 to 0.9.36

6

index.js

@@ -12,3 +12,7 @@ import "@php-wasm/node-polyfills";

}, w = (e, ...r) => {
switch (typeof e.message == "string" ? e.message = c(e.message) : e.message.message && typeof e.message.message == "string" && (e.message.message = c(e.message.message)), e.severity) {
switch (typeof e.message == "string" ? Reflect.set(e, "message", c(e.message)) : e.message.message && typeof e.message.message == "string" && Reflect.set(
e.message,
"message",
c(e.message.message)
), e.severity) {
case "Debug":

@@ -15,0 +19,0 @@ console.debug(e.message, ...r);

6

package.json
{
"name": "@php-wasm/logger",
"version": "0.9.35",
"version": "0.9.36",
"description": "A logger for PHP-wasm clients like Playground and WP-now.",

@@ -30,6 +30,6 @@ "repository": {

},
"gitHead": "2975b41ced95054ab3332cad41f27af557309b08",
"gitHead": "7e69767d7998d57224cbbc5a1de986cef93cee0f",
"dependencies": {
"@php-wasm/node-polyfills": "0.9.35"
"@php-wasm/node-polyfills": "0.9.36"
}
}

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