Socket
Socket
Sign inDemoInstall

@applitools/logger

Package Overview
Dependencies
Maintainers
24
Versions
88
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@applitools/logger - npm Package Compare versions

Comparing version 1.0.8 to 1.0.9

5

CHANGELOG.md

@@ -6,2 +6,7 @@ # Changelog

## 1.0.9 - 2022/1/6
- fix colors in extended logger
- updated to @applitools/utils@1.2.11 (from 1.2.5)
## 1.0.8 - 2021/12/22

@@ -8,0 +13,0 @@

6

package.json
{
"name": "@applitools/logger",
"version": "1.0.8",
"version": "1.0.9",
"description": "Applitools logger",

@@ -54,7 +54,7 @@ "keywords": [

"dependencies": {
"@applitools/utils": "1.2.5",
"@applitools/utils": "1.2.11",
"chalk": "3.0.0"
},
"devDependencies": {
"@applitools/sdk-release-kit": "0.13.4",
"@applitools/sdk-release-kit": "0.13.10",
"eslint": "^7.9.0",

@@ -61,0 +61,0 @@ "eslint-plugin-mocha-no-only": "^1.1.1",

@@ -69,3 +69,3 @@ const utils = require('@applitools/utils')

...options,
colors: {...colors, ...options.colors},
colors: colors || options.colors ? {...colors, ...options.colors} : undefined,
handler,

@@ -72,0 +72,0 @@ extended: true,

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