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

logops

Package Overview
Dependencies
Maintainers
3
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

logops - npm Package Compare versions

Comparing version 1.0.8 to 2.0.0

yarn.lock

7

lib/formatters.js

@@ -158,3 +158,8 @@ /**

recontext.msg = message;
if (message instanceof Date || message instanceof Error) {
// Node6 related hack. See https://github.com/telefonicaid/logops/issues/36
recontext.msg = util.format(message);
} else {
recontext.msg = message;
}

@@ -161,0 +166,0 @@ var str = Object.keys(recontext)

4

package.json
{
"name": "logops",
"description": "Simple and performant nodejs JSON logger",
"version": "1.0.8",
"version": "2.0.0",
"homepage": "https://github.com/telefonicaid/logops",

@@ -21,3 +21,3 @@ "license": "Apache-2.0",

"engines": {
"node": ">=0.10.8 <6"
"node": ">=6"
},

@@ -24,0 +24,0 @@ "scripts": {

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