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

fm-log

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fm-log - npm Package Compare versions

Comparing version 0.7.2 to 0.7.3

2

lib/log.js

@@ -258,3 +258,3 @@ "use strict";

// Wrap the stack into an untraceable, to avoid that this more() call causes another trace down the line.
more( new Untraceable( error.stack ) );
more( new Untraceable( error.stack || error.message || "<invalid error>" ) );
if( location ) {

@@ -261,0 +261,0 @@ more( location );

{
"name": "fm-log",
"version": "0.7.2",
"version": "0.7.3",
"description": "Console logging facility for Node",

@@ -5,0 +5,0 @@ "main": "lib/log.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