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

logzio-nodejs

Package Overview
Dependencies
Maintainers
2
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

logzio-nodejs - npm Package Compare versions

Comparing version 0.4.1 to 0.4.2

4

lib/logzio-nodejs.js
var request = require('request');
var stringifySafe = require('json-stringify-safe');
var _ = require('lodash');
var _assign = require('lodash.assign');
var dgram = require('dgram');

@@ -151,3 +151,3 @@

}
msg = _.assign(msg, this.extraFields);
msg = _assign(msg, this.extraFields);
msg.type = this.type;

@@ -154,0 +154,0 @@

{
"name": "logzio-nodejs",
"description": "A nodejs implementation for sending logs to Logz.IO cloud service",
"version": "0.4.1",
"version": "0.4.2",
"author": "Gilly Barr <gilly@logz.io>",

@@ -29,3 +29,3 @@ "contributors": [

"json-stringify-safe": "5.0.x",
"lodash": "^3.10.1",
"lodash.assign": "4.2.0",
"request": "2.75.0"

@@ -32,0 +32,0 @@ },

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