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.1 to 0.1.2

4

lib/logentries.js

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

var value = json[key]
if( 'object' == typeof( value ) || Array.isArray(value) ) {
if(value && 'object' == typeof( value ) || Array.isArray(value) ) {
result += flatten(value, prefix + key + ".")

@@ -225,3 +225,3 @@ } else {

}
else if( 'object' == typeof( data ) || Array.isArray(data) ) {
else if( data && 'object' == typeof( data ) || Array.isArray(data) ) {
args[1] = opts.flatten ? flatten(data, '') : JSON.stringify(data)

@@ -228,0 +228,0 @@ }

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

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

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

@@ -7,3 +7,3 @@ # node-logentries

Current Version: 0.1.1
Current Version: 0.1.2

@@ -10,0 +10,0 @@ Tested on: node 0.4.9

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