Comparing version 0.7.20 to 0.7.21
{ | ||
"name": "floodesh", | ||
"version": "0.7.20", | ||
"version": "0.7.21", | ||
"description": "Floodesh is a distributed web spider/crawler written with Nodejs.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -1,3 +0,1 @@ | ||
# V0.4.x API is different from earlier version, please do not upgrade your previous dependence. | ||
# Floodesh | ||
@@ -188,3 +186,8 @@ Floodesh is middleware based web spider written with Nodejs. "Floodesh" is a combination of two words, `flood` and `mesh`. | ||
* [mof-iconv](https://www.npmjs.com/package/mof-iconv). Encoding converter middleware using `iconv` or `iconv-lite` | ||
* [mof-request](https://www.npmjs.com/package/mof-request). | ||
* [mof-bottleneck](https://www.npmjs.com/package/mof-bottleneck). | ||
* [mof-proxy](https://www.npmjs.com/package/mof-proxy). | ||
* [mof-whacko](https://www.npmjs.com/package/mof-whacko). | ||
* [mof-reqnormalizer](https://www.npmjs.com/package/mof-normalizer). | ||
* [mof-statsdclient](https://www.npmjs.com/package/mof-statsdclient). | ||
* [mof-reqadapter](https://www.npmjs.com/package/mof-reqadapter). | ||
@@ -191,0 +194,0 @@ * [mof-uarotate](https://www.npmjs.com/package/mof-uarotate). |
@@ -215,2 +215,3 @@ | ||
case "ECONNABORTED": | ||
case "ESOCKETTIMEDOUT": | ||
if(0 !== ctx.opt.retries) | ||
@@ -217,0 +218,0 @@ return this._retry(ctx); |
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
42076
1144
199