good-guy-http
Advanced tools
Comparing version 1.7.2 to 1.7.3
{ | ||
"name": "good-guy-http", | ||
"version": "1.7.2", | ||
"version": "1.7.3", | ||
"description": "The opinionated sane HTTP client with a good guy approach.", | ||
@@ -21,3 +21,3 @@ "main": "lib/index.js", | ||
"clone": "1.0.2", | ||
"request": "2.69.0", | ||
"request": "2.74.0", | ||
"underscore": "1.8.3", | ||
@@ -24,0 +24,0 @@ "underscore.string": "3.2.3" |
@@ -102,3 +102,3 @@ var Promise = require('bluebird'); | ||
res.status(200).send(count.toString()); | ||
}, 10); | ||
}, 50); | ||
}); | ||
@@ -105,0 +105,0 @@ |
@@ -29,4 +29,4 @@ var _ = require('underscore'); | ||
var url = app.url("/incrementing-counter/sncesdr"); | ||
var first = gghttp({url: url, timeout: 20}); | ||
var second = gghttp({url: url, timeout: 21}); | ||
var first = gghttp({url: url, timeout: 100}); | ||
var second = gghttp({url: url, timeout: 101}); | ||
Promise.all([first, second]).then(function(results) { | ||
@@ -33,0 +33,0 @@ results = _.pluck(results, 'body'); |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
89863
4
+ Addedbl@1.1.2(transitive)
+ Addedpunycode@1.4.1(transitive)
+ Addedqs@6.2.4(transitive)
+ Addedrequest@2.74.0(transitive)
+ Addedtough-cookie@2.3.4(transitive)
- Removedbl@1.0.3(transitive)
- Removedqs@6.0.4(transitive)
- Removedrequest@2.69.0(transitive)
- Removedtough-cookie@2.2.2(transitive)
Updatedrequest@2.74.0