Socket
Socket
Sign inDemoInstall

@applitools/logger

Package Overview
Dependencies
Maintainers
22
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 0.0.2 to 1.0.0

14

CHANGELOG.md

@@ -0,7 +1,13 @@

# Changelog
## Unreleased
## 1.0.0 - 2021/4/12
- fix default export
- updated to @applitools/utils@1.1.3 (from 1.1.0)
## 0.0.2 - 2021/3/24
- initial implementation of the logger with file, console, and custom handlers support
# Change Log
## Unreleased
- initial implementation of the logger with file, console, and custom handlers support

@@ -1,1 +0,3 @@

module.exports = require('./src/logger')
const makeLogger = require('./src/logger')
module.exports = makeLogger
module.exports.default = makeLogger
{
"name": "@applitools/logger",
"version": "0.0.2",
"version": "1.0.0",
"description": "Applitools logger",

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

"dependencies": {
"@applitools/utils": "1.1.0",
"@applitools/utils": "1.1.3",
"chalk": "3.0.0"

@@ -38,0 +38,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