Socket
Socket
Sign inDemoInstall

bunyan-logger

Package Overview
Dependencies
Maintainers
2
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bunyan-logger - npm Package Compare versions

Comparing version 0.1.1 to 1.0.0

4

lib/streams/syslog.js
'use strict';
const syslog = require('syslog-bunyan-logger');
const syslog = require('bunyan-syslog');

@@ -14,3 +14,3 @@ module.exports = function(options) {

port: 514,
facility: syslog.facility.local0,
facility: syslog.local0,
type: 'sys'

@@ -17,0 +17,0 @@ }, options))

{
"name": "bunyan-logger",
"version": "0.1.1",
"version": "1.0.0",
"description": "Extend Bunyan to have default options and predefined streams etc.",

@@ -31,4 +31,4 @@ "main": "index.js",

"bunyan-debug-stream": "^1.0.7",
"file-register": "^0.1.0",
"syslog-bunyan-logger": "^1.0.0"
"bunyan-syslog": "^0.3.3",
"file-register": "^0.1.0"
},

@@ -35,0 +35,0 @@ "devDependencies": {

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