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

@wdio/logger

Package Overview
Dependencies
Maintainers
3
Versions
128
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wdio/logger - npm Package Compare versions

Comparing version 5.2.8 to 5.4.1

8

build/web.js

@@ -10,4 +10,10 @@ "use strict";

return ['error', 'warn', 'info', 'debug', 'trace', 'silent'].reduce((acc, cur) => {
// check if the method is available on console (web doesn't have
// 'silent', for example) before adding to acc
// eslint-disable-next-line no-console
acc[cur] = console[cur].bind(console, `${component}:`);
if (console[cur]) {
// eslint-disable-next-line no-console
acc[cur] = console[cur].bind(console, `${component}:`);
}
return acc;

@@ -14,0 +20,0 @@ }, {});

4

package.json
{
"name": "@wdio/logger",
"version": "5.2.8",
"version": "5.4.1",
"description": "A helper utility for logging of WebdriverIO packages",

@@ -41,3 +41,3 @@ "author": "Christian Bromann <christian@saucelabs.com>",

},
"gitHead": "5750a9ba4050ddf9a3b310734700d606782432e9"
"gitHead": "7e099b188e163f06dfa4c7be21f0468477e2fe94"
}
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