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.9.0 to 1.9.1

18

package.json
{
"name": "good-guy-http",
"version": "1.9.0",
"version": "1.9.1",
"description": "The opinionated sane HTTP client with a good guy approach.",

@@ -8,3 +8,3 @@ "main": "lib/index.js",

"scripts": {
"test": "./node_modules/mocha/bin/mocha --recursive",
"test": "GG_ABORTABLE_REQUEST=true ./node_modules/mocha/bin/mocha --recursive",
"coverage": "./node_modules/.bin/istanbul cover node_modules/mocha/bin/_mocha -- --recursive"

@@ -22,7 +22,7 @@ },

"dependencies": {
"circuit-breaker-js": "Schibsted-Tech-Polska/circuit-breaker-js#v0.0.2",
"clone": "1.0.2",
"request": "2.74.0",
"circuit-breaker-js": "github:Schibsted-Tech-Polska/circuit-breaker-js#v0.0.2",
"clone": "2.1.1",
"request": "2.81.0",
"underscore": "1.8.3",
"underscore.string": "3.2.3"
"underscore.string": "3.3.4"
},

@@ -34,7 +34,7 @@ "devDependencies": {

"jshint": "^2.8.0",
"mocha": "^2.3.2",
"mocha": "^3.5.0",
"q": "^1.4.1",
"sinon": "^1.16.1",
"supertest": "^1.1.0"
"sinon": "^3.2.0",
"supertest": "^3.0.0"
}
}

@@ -125,2 +125,7 @@ # good-guy-http

#### Cache modules
* [good-guy-cache-redis](https://www.npmjs.com/package/good-guy-cache-redis)
* [good-guy-disk-cache](https://www.npmjs.com/package/good-guy-disk-cache)
Only idempotent requests are cached

@@ -127,0 +132,0 @@

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