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

abslog

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

abslog - npm Package Compare versions

Comparing version 2.2.3 to 2.3.0

3

lib/log.js
'use strict';
const { Console } = require('console');
const NoopLog = require('nooplog');

@@ -8,3 +7,3 @@ const utils = require('./utils');

module.exports = function abslog(logger) {
if (logger && logger instanceof Console) {
if (logger && logger instanceof global.console.Console) {
return Object.create(utils.consoleLogger);

@@ -11,0 +10,0 @@ }

{
"name": "abslog",
"version": "2.2.3",
"version": "2.3.0",
"description": "An abstract logger - Enables adding logging to modules without adding a dependency to a full log library. ",

@@ -43,13 +43,13 @@ "main": "lib/log.js",

"eslint-plugin-import": "^2.13.0",
"winston": "^3.1.0",
"log4js": "^3.0.5",
"bunyan": "^1.8.12",
"pino": "^5.7.0",
"roarr": "^2.11.2",
"logdna": "^2.1.1",
"synclog": "^1.0.1"
"winston": "3.1.0",
"log4js": "4.0.2",
"bunyan": "1.8.12",
"pino": "5.7.0",
"roarr": "2.11.2",
"logdna": "2.1.1",
"synclog": "1.0.1"
},
"dependencies": {
"nooplog": "^1.0.2"
"nooplog": "1.0.2"
}
}
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