New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

gelf-pro

Package Overview
Dependencies
Maintainers
0
Versions
40
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 1.3.12 to 1.4.0

10

lib/adapter/udp.js

@@ -73,7 +73,6 @@ /**

var callbackOnce = _.once(callback),
cbResults = function (err, result) {
client.close();
return callbackOnce(err, result);
};
var cbResults = _.once(function (err, result) {
client.close();
return callback(err, result);
});

@@ -85,3 +84,2 @@ client.on('error', function (err) {

self.deflate(message, function (err, buf) {

@@ -88,0 +86,0 @@ if (err) { return cbResults(err, 0); }

3

package.json
{
"name": "gelf-pro",
"version": "1.3.12",
"version": "1.4.0",
"main": "./lib/gelf-pro.js",

@@ -10,2 +10,3 @@ "typings": "./typings/index.d.ts",

"graylog",
"graylog2",
"gelf",

@@ -12,0 +13,0 @@ "logging",

@@ -17,3 +17,3 @@ gelf pro

"dependencies": {
"gelf-pro": "~1.3" // see the "releases" section
"gelf-pro": "~1.4" // see the "releases" section
}

@@ -24,3 +24,3 @@ ```

Library depends on: `lodash#~4.17`
Library only depends on: `lodash#~4.17`

@@ -27,0 +27,0 @@ ## Initialization

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