Comparing version 0.2.0 to 0.2.1
# CHANGELOG | ||
## v0.2.1 | ||
* Support for node v0.6.0 (Yoji Shidara/darashi) | ||
## v0.2.0 | ||
@@ -4,0 +8,0 @@ |
@@ -39,2 +39,3 @@ var dgram = require('dgram'); | ||
var client = dgram.createSocket('udp4'); | ||
var self = this; | ||
@@ -50,5 +51,7 @@ message = new Buffer('<' + (this.facility * 8 + severity) + '>' + | ||
this.address, | ||
this._logError | ||
function(err, bytes) { | ||
self._logError(err, bytes); | ||
client.close(); | ||
} | ||
); | ||
client.close(); | ||
}, | ||
@@ -55,0 +58,0 @@ |
{ | ||
"name" : "ain2", | ||
"description" : "Syslog logging for node.js. Continuation of ain", | ||
"version" : "0.2.0", | ||
"version" : "0.2.1", | ||
"main" : "./index", | ||
@@ -6,0 +6,0 @@ "author" : "Alexander Dorofeev <aka.spin@gmail.com>", |
@@ -18,3 +18,3 @@ # ain* | ||
**All examples tested under Debian Squeeze `rsyslog`. On other operating | ||
**All examples tested under Ubuntu `rsyslog`. On other operating | ||
systems and logging daemons settings and paths may differ. | ||
@@ -25,3 +25,3 @@ | ||
You can install *ain* as usual - by copy "ain" directory in your | ||
`~/.node_libraries` or via *npm* | ||
`~/.node_modules` or via *npm* | ||
@@ -28,0 +28,0 @@ npm install ain2 |
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
Non-existent author
Supply chain riskThe package was published by an npm account that no longer exists.
Found 1 instance in 1 package
17476
308
0
3