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

hixtory

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hixtory - npm Package Compare versions

Comparing version 1.3.5 to 1.3.6

6

lib/formatters.js

@@ -278,7 +278,7 @@ /*

}
if (options.errorStack && meta instanceof Error && meta.stack &&
if (options.errorStack && meta instanceof Error && output.stack &&
(typeof options.errorStack !== 'function' ||
options.errorStack(meta))
options.errorStack(output))
) {
result += '\n' + meta.stack.substring(meta.stack.search(/\bat\b/g));
result += '\n' + output.stack.substring(output.stack.search(/\bat\b/g));
}

@@ -285,0 +285,0 @@ return result.trim();

{
"name": "hixtory",
"description": "Most flexible and fast logging library for NodeJS",
"version": "1.3.5",
"version": "1.3.6",
"author": "Panates Ltd.",

@@ -6,0 +6,0 @@ "contributors": [

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