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

@geek/logger

Package Overview
Dependencies
Maintainers
2
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@geek/logger - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

3

config/formats.js

@@ -167,2 +167,3 @@ /* eslint-disable eqeqeq */

//TODO: Need to move some of these to a new home...
switch (message) {

@@ -197,3 +198,3 @@ case 'screen_view':

if (extra) {
if (![ undefined, null ].includes(extra)) {
clone.message = `${red.bold('Event Generated:')} ${cyan(message)} -- ${green(extra)}`;

@@ -200,0 +201,0 @@ } else {

{
"name": "@geek/logger",
"version": "1.0.5",
"version": "1.0.6",
"description": "Logging module for Node.js and Axway Titanium",

@@ -5,0 +5,0 @@ "main": "Logger.js",

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