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

good-guy-http

Package Overview
Dependencies
Maintainers
3
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.10.3 to 1.12.0

4

lib/response.js
var _ = require('underscore');
var _s = require('underscore.string');
var capitalize = require('capitalize');

@@ -31,3 +31,3 @@ module.exports = Response;

function capitalizeHeader(header) {
return header.split("-").map(_s.capitalize).join("-");
return header.split("-").map(capitalize).join("-");
}
{
"name": "good-guy-http",
"version": "1.10.3",
"version": "1.12.0",
"description": "The opinionated sane HTTP client with a good guy approach.",

@@ -18,21 +18,21 @@ "main": "lib/index.js",

"engines": {
"node": ">=0.12"
"node": ">=5"
},
"dependencies": {
"@schibstedpl/circuit-breaker-js": "0.0.2",
"capitalize": "^1.0.0",
"clone": "2.1.1",
"request": "2.81.0",
"underscore": "1.8.3",
"underscore.string": "3.3.4"
"request": "2.87.0",
"underscore": "1.8.3"
},
"devDependencies": {
"coveralls": "^2.11.4",
"coveralls": "^3.0.2",
"express": "^4.13.3",
"istanbul": "^0.4.2",
"jshint": "^2.8.0",
"mocha": "^3.5.0",
"mocha": "^5.2.0",
"q": "^1.4.1",
"sinon": "^3.2.0",
"sinon": "^6.1.5",
"supertest": "^3.0.0"
}
}

Sorry, the diff of this file is not supported yet

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