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

@akkadu/logger

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@akkadu/logger - npm Package Compare versions

Comparing version 1.2.3 to 1.2.7

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

## [1.2.7](https://github.com/Akkadu/Akkadu_Components/compare/v1.2.6...v1.2.7) (2020-02-20)
**Note:** Version bump only for package @akkadu/logger
## [1.2.3](https://github.com/Akkadu/Akkadu_Components/compare/v1.2.2...v1.2.3) (2020-02-20)

@@ -8,0 +16,0 @@

2

dist/index.common.js

@@ -136,3 +136,3 @@ 'use strict';

this.colors = colors;
console.log(...this.colors.info, `Initializing logger in mode ${this.logLevel}`);
// console.log(...this.colors.info, `Initializing logger in mode ${this.logLevel}`)
}

@@ -139,0 +139,0 @@

@@ -132,3 +132,3 @@ import timer from '@akkadu/timer';

this.colors = colors;
console.log(...this.colors.info, `Initializing logger in mode ${this.logLevel}`);
// console.log(...this.colors.info, `Initializing logger in mode ${this.logLevel}`)
}

@@ -135,0 +135,0 @@

@@ -133,3 +133,3 @@ /* eslint-disable prefer-destructuring */

this.colors = colors
console.log(...this.colors.info, `Initializing logger in mode ${this.logLevel}`)
// console.log(...this.colors.info, `Initializing logger in mode ${this.logLevel}`)
}

@@ -136,0 +136,0 @@

{
"name": "@akkadu/logger",
"version": "1.2.3",
"version": "1.2.7",
"main": "./dist/index.common.js",

@@ -19,3 +19,3 @@ "module": "/dist/index.esm.js",

},
"gitHead": "cfc291c61a6b2c33ba4c47aa97fe12c3c37a477a"
"gitHead": "8a21dee6d7b6f375d2b8eb9e999c9516a05539ad"
}
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