Socket
Socket
Sign inDemoInstall

node-logentries

Package Overview
Dependencies
0
Maintainers
2
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.3 to 0.1.4

2

lib/logentries.js

@@ -275,3 +275,3 @@ /* Copyright (c) 2011-2013 Richard Rodger, BSD License */

self.levels = opts.levels || winston.levels
self.levels = (opts && opts.levels) || winston.levels

@@ -278,0 +278,0 @@ if( !winston.transports.LogentriesLogger ) {

@@ -5,3 +5,3 @@ {

"keywords": ["log", "logging", "winston", "logentries", "logentries.com", "wrapper","api"],
"version": "0.1.3",
"version": "0.1.4",
"homepage": "https://github.com/rjrodger/node-logentries",

@@ -8,0 +8,0 @@ "author": "Richard Rodger <richard@ricebridge.com> (http://richardrodger.com/)",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc