bunyan-syslog
Advanced tools
Comparing version 0.3.0 to 0.3.1
// 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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 3 instances in 1 package
No License Found
License(Experimental) License information could not be found.
Found 1 instance in 1 package
0
0
17232
9
319
5