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

@applitools/logger

Package Overview
Dependencies
Maintainers
24
Versions
89
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.7 to 1.0.8

5

CHANGELOG.md

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

## 1.0.8 - 2021/12/22
- fix log file regexp in rolling file handler
- updated to @applitools/utils@1.2.5 (from 1.2.4)
## 1.0.7 - 2021/12/16

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

4

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

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

"dependencies": {
"@applitools/utils": "1.2.4",
"@applitools/utils": "1.2.5",
"chalk": "3.0.0"

@@ -57,0 +57,0 @@ },

@@ -43,3 +43,3 @@ const path = require('path')

const filenames = fs.readdirSync(dirname)
const filenamePattern = new RegExp(`^${name}-\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}\\.\\d{3}Z\\.log$`)
const filenamePattern = new RegExp(`^${name}-\\d{4}_\\d{2}_\\d{2}_\\d{2}_\\d{2}_\\d{2}\\_\\d{3}Z\\.log$`)
return filenames

@@ -46,0 +46,0 @@ .filter(filename => filenamePattern.test(filename), 0)

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