Comparing version 0.5.13 to 0.5.14
@@ -26,3 +26,3 @@ | ||
let self = this; | ||
debug("sending request:" + ctx.opt); | ||
debug("sending request:" + JSON.stringify(ctx)); | ||
ctx.performance.requestTimestamp = Date.now(); | ||
@@ -29,0 +29,0 @@ let req = request(ctx.opt, (err,res) => { |
{ | ||
"name": "floodesh", | ||
"version": "0.5.13", | ||
"version": "0.5.14", | ||
"description": "Floodesh is a distributed web spider/crawler written with Nodejs.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
34848