Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

good-guy-http

Package Overview
Dependencies
Maintainers
2
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

good-guy-http - npm Package Compare versions

Comparing version 1.7.2 to 1.7.3

4

package.json
{
"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');

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc