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

http-call

Package Overview
Dependencies
Maintainers
3
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 1.1.0 to 1.1.1

circle.yml

5

lib/http.js

@@ -27,2 +27,6 @@ 'use strict';

var _proxyUtil = require('./proxy-util');
var _proxyUtil2 = _interopRequireDefault(_proxyUtil);
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }

@@ -150,2 +154,3 @@

this.body = undefined;
if (_proxyUtil2.default.usingProxy) this.agent = _proxyUtil2.default.agent(u);
}

@@ -152,0 +157,0 @@

6

package.json
{
"name": "http-call",
"description": "make http requests",
"version": "1.1.0",
"version": "1.1.1",
"author": "Jeff Dickey @dickeyxxx",

@@ -50,3 +50,2 @@ "bugs": "https://github.com/dickeyxxx/http-call/issues",

"test": "jest && flow && standard",
"version": "npm run doc && git add README.md",
"watch": "babel --watch src -d lib --ignore '*.test.js'"

@@ -67,3 +66,6 @@ },

]
},
"dependencies": {
"tunnel-agent": "^0.6.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