logzio-nodejs
Advanced tools
Comparing version 0.4.10 to 0.4.11
{ | ||
"name": "logzio-nodejs", | ||
"description": "A nodejs implementation for sending logs to Logz.IO cloud service", | ||
"version": "0.4.10", | ||
"version": "0.4.11", | ||
"author": "Gilly Barr <gilly@logz.io>", | ||
@@ -36,9 +36,9 @@ "contributors": [ | ||
"dependencies": { | ||
"json-stringify-safe": "5.0.x", | ||
"json-stringify-safe": "5.0.1", | ||
"lodash.assign": "4.2.0", | ||
"moment": "^2.19.3", | ||
"request": "^2.81.0" | ||
"moment": "^2.22.1", | ||
"request": "^2.87.0" | ||
}, | ||
"devDependencies": { | ||
"assert": "^1.3.0", | ||
"assert": "^1.4.1", | ||
"async": "1.4.2", | ||
@@ -45,0 +45,0 @@ "mocha": "^2.3.3", |
Sorry, the diff of this file is not supported yet
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
40782
Updatedjson-stringify-safe@5.0.1
Updatedmoment@^2.22.1
Updatedrequest@^2.87.0