Socket
Socket
Sign inDemoInstall

gelf-pro

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gelf-pro - npm Package Compare versions

Comparing version 0.6.0 to 0.6.1

Dockerfile

2

lib/adapter/udp.js

@@ -27,3 +27,3 @@ /**

magicBytes: [0x1e, 0x0f],
chunkMaxCount: 128,
chunkMaxCount: 20, // 32766 is the default maximum
chunkMaxLength: {

@@ -30,0 +30,0 @@ udp4: 1388, // 1428 - 20 - 8 - 12 (@see [1])

{
"name": "gelf-pro",
"version": "0.6.0",
"version": "0.6.1",
"main": "./lib/gelf-pro.js",

@@ -5,0 +5,0 @@ "author": "Kanstantsin Kamkou <kkamkou@gmail.com>",

@@ -7,2 +7,4 @@ node-gelf pro

[![Coverage Status](https://coveralls.io/repos/github/kkamkou/node-gelf-pro/badge.svg?branch=master)](https://coveralls.io/github/kkamkou/node-gelf-pro?branch=master)
[![Code Climate](https://codeclimate.com/github/kkamkou/node-gelf-pro/badges/gpa.svg)](https://codeclimate.com/github/kkamkou/node-gelf-pro)
[![Dependency Status](https://www.versioneye.com/user/projects/56eca2764fb9b0000e68bce1/badge.svg?style=flat)](https://www.versioneye.com/user/projects/56eca2764fb9b0000e68bce1)

@@ -55,3 +57,3 @@ ## Installation

```javascript
log.message(
log.info(
'a new msg goes here',

@@ -58,0 +60,0 @@ {me: {fname: 'k', lname: 'k', bdate: new Date(2000, 01, 01)}}

Sorry, the diff of this file is not supported yet

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