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

http-call

Package Overview
Dependencies
Maintainers
4
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

http-call - npm Package Compare versions

Comparing version 2.1.3 to 2.1.4

5

lib/http.js

@@ -197,3 +197,6 @@ 'use strict';

this.body = undefined;
if (_proxy2.default.usingProxy) this.agent = _proxy2.default.agent(u);
if (_proxy2.default.usingProxy) {
this.agent = _proxy2.default.agent(u);
debug('proxy: %j', this.agent.options);
}
}

@@ -200,0 +203,0 @@

14

package.json
{
"name": "http-call",
"description": "make http requests",
"version": "2.1.3",
"version": "2.1.4",
"author": "Jeff Dickey @dickeyxxx",
"bugs": "https://github.com/dickeyxxx/http-call/issues",
"dependencies": {
"debug": "^2.6.8",
"debug": "^3.0.0",
"is-retry-allowed": "^1.1.0",

@@ -21,11 +21,11 @@ "is-stream": "^1.1.0",

"babel-plugin-transform-flow-strip-types": "6.22.0",
"flow-bin": "0.47.0",
"flow-copy-source": "1.1.0",
"flow-typed": "2.1.2",
"flow-bin": "^0.52.0",
"flow-copy-source": "^1.2.0",
"flow-typed": "^2.1.5",
"jest": "20.0.4",
"jsdoc-babel": "0.3.0",
"jsdoc-to-markdown": "3.0.0",
"nock": "9.0.13",
"nock": "^9.0.14",
"rimraf": "^2.6.1",
"standard": "10.0.2"
"standard": "^10.0.3"
},

@@ -32,0 +32,0 @@ "engines": {

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