New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

nsyslog-parser

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nsyslog-parser - npm Package Compare versions

Comparing version

to
0.8.5

{
"name": "nsyslog-parser",
"version": "0.8.4",
"version": "0.8.5",
"description": "Syslog Parser. Accepts RFC 3164 (BSD), RFC 5424 and CEF formats",

@@ -5,0 +5,0 @@ "author": "David Gómez Matarrodona <solzimer@gmail.com>",

@@ -9,3 +9,3 @@ const

"prival" : /<(\d+)>/,
"month" : /^[A-Z][a-z]{2} /,
"month" : /^[A-Za-z][a-z]{2} /,
"day" : /^\d{1,2} /,

@@ -12,0 +12,0 @@ "time" : /^\d+:\d+:\d+ /,