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.1 to 0.0.2

4

CHANGELOG.md

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

## 0.0.2 - 2021/3/24
- initial implementation of the logger with file, console, and custom handlers support
# Change Log
## Unreleased

2

index.js

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

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

@@ -27,7 +27,11 @@ "keywords": [

},
"files": ["src", "index.js", "index.d.ts"],
"files": [
"src",
"index.js",
"index.d.ts"
],
"main": "./index.js",
"types": "./index.d.ts",
"dependencies": {
"@applitools/utils": "^1.0.1",
"@applitools/utils": "1.1.0",
"chalk": "3.0.0"

@@ -52,3 +56,3 @@ },

"test:e2e": "mocha --no-timeouts \"test/e2e/**/*.spec.js\"",
"preversion": "bongo preversion --skip-verify-installed-versions && yarn test",
"preversion": "bongo preversion && yarn test",
"version": "bongo version",

@@ -55,0 +59,0 @@ "postversion": "bongo postversion --skip-release-notification",

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