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

bunyan-syslog

Package Overview
Dependencies
Maintainers
2
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bunyan-syslog - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

LICENSE

3

lib/tcp.js
// Copyright 2013 Mark Cavage, Inc. All rights reserved.
var EventEmitter = require('events').EventEmitter;
var net = require('net');

@@ -40,3 +39,3 @@ var util = require('util');

PROXY_EVENTS.forEach(function (e) {
s.on(e, EventEmitter.prototype.emit.bind(opts.proxy, e));
s.on(e, opts.proxy.emit.bind(opts.proxy, e));
});

@@ -43,0 +42,0 @@

{
"name": "bunyan-syslog",
"description": "Syslog Stream for Bunyan",
"version": "0.3.0",
"version": "0.3.1",
"author": "Mark Cavage",
"license": "MIT",
"main": "./lib/index.js",

@@ -13,6 +14,6 @@ "repository": {

"assert-plus": "0.1.5",
"nan": "1.6.2"
"nan": "2.1.x"
},
"devDependencies": {
"bunyan": "1.3.4",
"bunyan": "1.5.x",
"tap": "0.6.0"

@@ -24,4 +25,4 @@ },

"engines": {
"node": ">=0.10"
"node": ">=0.10.0"
}
}

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