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.3 to 1.3.4

9

lib/formatters.js

@@ -269,6 +269,7 @@ /*

const o = merge({}, output, {
filter: (o, n) => !(
fields.hasOwnProperty(n) ||
(meta instanceof Error && n === 'stack')
) && (typeof o[n] !== 'object' || isPlainObject(o[n]))
filter: (o, n) =>
!(fields.hasOwnProperty(n) ||
(meta instanceof Error && n === 'stack')) &&
Object.getOwnPropertyDescriptor(o, n).enumerable &&
(typeof o[n] !== 'object' || isPlainObject(o[n]))
});

@@ -275,0 +276,0 @@ if (Object.keys(o).length)

{
"name": "hixtory",
"description": "Most flexible and fast logging library for NodeJS",
"version": "1.3.3",
"version": "1.3.4",
"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