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
3
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
2.3.0

.eslintrc

2

index.js

@@ -42,3 +42,3 @@ // External Libraries

};
this.logger.log(message, opts);

@@ -45,0 +45,0 @@ if (callback) { callback(null, true); }

{
"name": "logdna-winston",
"version": "2.2.5",
"version": "2.3.0",
"description": "LogDNA's Node.js logging module with support for Winston",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/gulp test"
"lint": "./node_modules/.bin/eslint -c .eslintrc *.js"
},

@@ -32,13 +32,10 @@ "repository": {

"homepage": "https://github.com/logdna/logdna-winston#readme",
"devDependencies": {
"assert": "^1.4.1",
"gulp": "^3.9.1",
"gulp-exit": "0.0.2",
"gulp-mocha": "^2.2.0",
"mocha": "^2.5.3"
},
"dependencies": {
"logdna": "^3.3.3",
"eslint": "^6.5.1",
"logdna": "^3.4.0",
"winston": "^3.2.1"
},
"devDependencies": {
"babel-eslint": "^10.0.3"
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet