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

ain2

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ain2 - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

4

CHANGELOG.md
# CHANGELOG
## v0.2.1
* Support for node v0.6.0 (Yoji Shidara/darashi)
## v0.2.0

@@ -4,0 +8,0 @@

7

index.js

@@ -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

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