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

@lbu/insight

Package Overview
Dependencies
Maintainers
1
Versions
102
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lbu/insight - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

5

index.js

@@ -12,6 +12,7 @@ const {

module.exports = {
bytesToHumanReadable,
printProcessMemoryUsage,
log,
newLogger,
bytesToHumanReadable,
printProcessMemoryUsage,
};

4

package.json
{
"name": "@lbu/insight",
"version": "0.0.5",
"version": "0.0.6",
"description": "Simple logger in NDJSON format",

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

},
"gitHead": "9e38110ceb9ddfdbf75a0e8300893fc0d4800e7e"
"gitHead": "a7b150d9265f449127dc812d4bcef7fb803d6d63"
}

@@ -80,4 +80,9 @@ const { inspect } = require("util");

if (type === "function" || type === "bigint" || type === "symbol") {
if (type === "bigint" || type === "symbol") {
return message.toString();
} else if (type === "function") {
return formatMessage(availableDepth, {
name: message.name || "fn",
length: message.length || 0,
});
}

@@ -84,0 +89,0 @@

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