request-libcurl
Advanced tools
Comparing version 2.0.3 to 2.0.4
{ | ||
"name": "request-libcurl", | ||
"version": "2.0.3", | ||
"version": "2.0.4", | ||
"description": "Extremely stable HTTP request module built on top of libcurl", | ||
@@ -41,4 +41,4 @@ "main": "index.js", | ||
"dependencies": { | ||
"node-libcurl": "^2.0.2" | ||
"node-libcurl": "^2.0.3" | ||
} | ||
} |
@@ -405,5 +405,7 @@ # Request-libcurl | ||
PORT=3003 npm test | ||
# Run tests and output debugging details: | ||
DEBUG=true PORT=3003 npm test | ||
# PORT env.var is required! And can be changed to any open port! | ||
# Note: The Internet connection is required to perform tests | ||
# Note: Test-suite includes "no response" and "timeouted responses" | ||
# Note: Test-suite includes "no response" and "timing out responses" | ||
# if a test looks stuck — give it another minute before interrupting it | ||
@@ -410,0 +412,0 @@ ``` |
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
31408
417
Updatednode-libcurl@^2.0.3