logzio-nodejs
Advanced tools
Comparing version 0.4.1 to 0.4.2
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 @@ }, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
38163
+ Addedlodash.assign@4.2.0
+ Addedlodash.assign@4.2.0(transitive)
- Removedlodash@^3.10.1
- Removedlodash@3.10.1(transitive)