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.4.0 to 2.4.1

types/log.d.ts

31

package.json
{
"name": "abslog",
"version": "2.4.0",
"version": "2.4.1",
"description": "An abstract logger - Enables adding logging to modules without adding a dependency to a full log library. ",
"main": "lib/log.js",
"types": "types/log.d.ts",
"files": [
"lib"
"lib",
"types"
],
"scripts": {
"test": "tap test/*.js",
"test": "tap test/*.js --disable-coverage",
"lint": "eslint .",

@@ -39,12 +41,15 @@ "lint:fix": "eslint . --fix"

"devDependencies": {
"tap": "^12.0.1",
"eslint": "^5.6.1",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.13.0",
"winston": "3.1.0",
"log4js": "4.0.2",
"bunyan": "1.8.12",
"pino": "5.7.0",
"roarr": "2.11.2",
"logdna": "2.1.1",
"tap": "18.7.2",
"eslint": "8.57.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-prettier": "5.1.3",
"prettier": "3.2.5",
"winston": "3.13.0",
"log4js": "6.9.1",
"bunyan": "1.8.15",
"pino": "8.20.0",
"roarr": "4.2.5",
"logdna": "3.5.3",
"synclog": "1.0.1"

@@ -51,0 +56,0 @@ },

# abslog
[![Dependencies](https://img.shields.io/david/trygve-lie/abslog.svg?style=flat-square)](https://david-dm.org/trygve-lie/abslog)
[![Build Status](http://img.shields.io/travis/trygve-lie/abslog/master.svg?style=flat-square)](https://travis-ci.org/trygve-lie/abslog)
[![Greenkeeper badge](https://badges.greenkeeper.io/trygve-lie/abslog.svg?style=flat-square)](https://greenkeeper.io/)
[![GitHub Actions status](https://github.com/trygve-lie/abslog/workflows/Run%20Lint%20and%20Tests/badge.svg)](https://github.com/trygve-lie/abslog/actions?query=workflow%3A%22Run+Lint+and+Tests%22)
[![Known Vulnerabilities](https://snyk.io/test/github/trygve-lie/abslog/badge.svg?targetFile=package.json&style=flat-square)](https://snyk.io/test/github/trygve-lie/abslog?targetFile=package.json)

@@ -7,0 +6,0 @@

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