File tree 2 files changed +4
-1
lines changed
2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " syslogd" ,
3
- "version" : " 1.1.1 " ,
3
+ "version" : " 1.1.2 " ,
4
4
"description" : " syslog server and parser" ,
5
5
"main" : " index.js" ,
6
6
"directories" : {
Original file line number Diff line number Diff line change 1
1
Syslogd
2
2
===
3
3
4
+ [ ![ NPM version] [ npm-image ]] [ npm-url ]
4
5
[ ![ build status] [ travis-image ]] [ travis-url ]
5
6
6
7
nodejs syslog server, including syslog message parser
@@ -39,5 +40,7 @@ Syslogd(function(info) {
39
40
40
41
Check parser performance by ` npm run performance ` , which will run 500000 times
41
42
43
+ [ npm-image ] : https://img.shields.io/npm/v/syslogd.svg?style=flat-square
44
+ [ npm-url ] : https://npmjs.org/package/syslogd
42
45
[ travis-image ] : https://img.shields.io/travis/chunpu/syslogd.svg?style=flat
43
46
[ travis-url ] : https://travis-ci.org/chunpu/syslogd
You can’t perform that action at this time.
0 commit comments