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.13 to 3.3.14

3

inv-loggers.js
const chalk = require('tiny-chalk')
const { grey } = chalk
const { inspect } = require('util')
const print = str => process.stdout.write(str + '\n')

@@ -28,3 +27,3 @@

if (context != null) {
print('Context: ', inspect(context, { depth: 10 }))
console.log('Context:', context)
}

@@ -31,0 +30,0 @@ print(grey('-----'))

{
"name": "inv-loggers",
"version": "3.3.13",
"version": "3.3.14",
"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