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

inv-loggers

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

inv-loggers - npm Package Compare versions

Comparing version 3.3.10 to 3.3.11

2

inv-loggers.js

@@ -5,3 +5,3 @@ const chalk = require('tiny-chalk')

const log = function (obj, label, color = 'cyan') {
const log = (obj, label, color = 'cyan') => {
if ((typeof obj === 'string') && (label == null)) {

@@ -8,0 +8,0 @@ console.log(chalk[color](obj))

{
"name": "inv-loggers",
"version": "3.3.10",
"version": "3.3.11",
"description": "loggers and partial loggers",

@@ -5,0 +5,0 @@ "main": "inv-loggers.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