New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More →
Socket
Sign inDemoInstall
Socket

clix-logger

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

clix-logger - npm Package Compare versions

Comparing version 1.0.0 to 1.0.2

17

changelog.md
# clix-logger - Changelog
## v1.0.2
- **Refactoring**
- Upgrade changelogx - [d0581e6]( https://github.com/royriojas/clix-logger/commit/d0581e6 ), [Roy Riojas](https://github.com/Roy Riojas), 09/08/2018 01:58:35
## v1.0.1
- **Refactoring**
- Beautify index - [b4eac63]( https://github.com/royriojas/clix-logger/commit/b4eac63 ), [Roy Riojas](https://github.com/Roy Riojas), 09/08/2018 01:57:19
- Upgrade moment dep to avoid vulnerability - [f056a6e]( https://github.com/royriojas/clix-logger/commit/f056a6e ), [Roy Riojas](https://github.com/Roy Riojas), 09/08/2018 01:56:32
- **Other changes**
- Deep extend the options argument - [7036996]( https://github.com/royriojas/clix-logger/commit/7036996 ), [Merott Movahedi](https://github.com/Merott Movahedi), 02/11/2017 12:59:29
Without a deep extend, trying to override just one log method will override everything.
## v1.0.0

@@ -4,0 +21,0 @@ - **Features**

2

index.js

@@ -15,3 +15,3 @@ module.exports = function ( options ) {

var opts = extend( {
var opts = extend( true, {
appendTime: true,

@@ -18,0 +18,0 @@ coloredOutput: false,

{
"name": "clix-logger",
"version": "1.0.0",
"version": "1.0.2",
"description": "Another console log wrapper with colored support and icons",

@@ -37,3 +37,3 @@ "main": "index.js",

"devDependencies": {
"changelogx": "^1.0.17",
"changelogx": "2.0.1",
"esbeautifier": "^4.2.7",

@@ -51,3 +51,3 @@ "eslinter": "^2.3.1",

"extend": "3.0.0",
"moment": "2.17.1"
"moment": "2.22.2"
},

@@ -54,0 +54,0 @@ "bugs": {

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