You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

logdna-winston

Package Overview
Dependencies
Maintainers
4
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

logdna-winston - npm Package Compare versions

Comparing version

to
3.0.2

4

CHANGELOG.md

@@ -0,1 +1,5 @@

# 2020-10-28, Version 3.0.2 (Stable)
* [[29f225ac1d](https://github.com/logdna/logdna-winston/commit/29f225ac1d)] - deps: @logdna/logger@2.0.0 (Darin Spivey)
# 2020-10-27, Version 3.0.1 (Stable)

@@ -2,0 +6,0 @@

4

package.json
{
"name": "logdna-winston",
"version": "3.0.1",
"version": "3.0.2",
"description": "LogDNA's Node.js logging module with support for Winston",

@@ -35,3 +35,3 @@ "main": "index.js",

"dependencies": {
"@logdna/logger": "^1.3.2",
"@logdna/logger": "^2.0.0",
"winston-transport": "^4.4.0"

@@ -38,0 +38,0 @@ },