winston-syslog
Advanced tools
Comparing version 2.7.0 to 2.7.1
{ | ||
"name": "winston-syslog", | ||
"description": "A syslog transport for winston", | ||
"version": "2.7.0", | ||
"version": "2.7.1", | ||
"author": "Charlie Robbins <charlie.robbins@gmail.com>", | ||
@@ -32,3 +32,5 @@ "contributors": [ | ||
"dependencies": { | ||
"glossy": "^0.1.7" | ||
"glossy": "^0.1.7", | ||
"triple-beam": "^1.3.0", | ||
"winston-transport": "^4.5.0" | ||
}, | ||
@@ -44,3 +46,3 @@ "optionalDependencies": { | ||
"@dabh/eslint-config-populist": "^5.0.0", | ||
"sinon": "^14.0.1", | ||
"sinon": "^15.0.2", | ||
"vows": "^0.8.3", | ||
@@ -47,0 +49,0 @@ "winston": "^3.8.2" |
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
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
38935
5
+ Addedtriple-beam@^1.3.0
+ Addedwinston-transport@^4.5.0