Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

gelf-stream

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gelf-stream - npm Package Compare versions

Comparing version 0.2.3 to 0.2.4

4

gelf-stream.js

@@ -61,3 +61,3 @@ var gelfStream = exports

for (key in obj) {
if (!obj.hasOwnProperty(key)) continue
if (!Object.prototype.hasOwnProperty.call(obj, key)) continue
prop = obj[key]

@@ -110,3 +110,3 @@ if (typeof prop === 'object' && !(prop instanceof Date) && !(prop instanceof RegExp))

if (options == null) options = {}
options.map = bunyanToGelf

@@ -113,0 +113,0 @@

{
"name": "gelf-stream",
"version": "0.2.3",
"version": "0.2.4",
"description": "A stream to send JS objects to a Graylog2 server (in GELF format)",

@@ -5,0 +5,0 @@ "author": "Michael Hart <michael.hart.au@gmail.com> (http://github.com/mhart)",

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc