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

loggerism

Package Overview
Dependencies
Maintainers
2
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

loggerism - npm Package Compare versions

Comparing version 2.3.1 to 2.3.2

9

lib/index.js

@@ -111,3 +111,10 @@ 'use strict'

}
logger[level](msg, meta ? __assign({}, baseMeta, getMeta ? getMeta(meta) : meta) : baseMeta)
logger[level](
msg,
meta
? __assign({}, getMeta ? getMeta(baseMeta) : baseMeta, getMeta ? getMeta(meta) : meta)
: getMeta
? getMeta(baseMeta)
: baseMeta
)
return wrappedLogger

@@ -114,0 +121,0 @@ }

2

package.json
{
"name": "loggerism",
"version": "2.3.1",
"version": "2.3.2",
"description": "Yet another logger abstraction",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

Sorry, the diff of this file is not supported yet

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