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.9 to 1.3.10

4

lib/formatters.js

@@ -269,4 +269,2 @@ /*

const o = {};
if (meta instanceof Error && options.errorStack)
o.stack = meta.stack;
merge(o, output, {

@@ -282,2 +280,4 @@ filter: (o, n) =>

}
if (meta instanceof Error && options.errorStack)
output.stack = meta.stack;
if (options.errorStack && meta instanceof Error && output.stack &&

@@ -284,0 +284,0 @@ (typeof options.errorStack !== 'function' ||

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

@@ -24,3 +24,3 @@ "contributors": [

"dependencies": {
"ansi-colors": "^3.2.3",
"ansi-colors": "^3.2.4",
"errorex": "^2.3.0",

@@ -37,5 +37,5 @@ "fecha": "^3.0.2",

"babel-eslint": "^10.0.1",
"eslint": "^5.14.1",
"eslint": "^5.15.1",
"eslint-config-google": "^0.12.0",
"mocha": "^6.0.1",
"mocha": "^6.0.2",
"nyc": "^13.3.0",

@@ -42,0 +42,0 @@ "rejected-or-not": "^1.0.1"

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