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

httpreq

Package Overview
Dependencies
Maintainers
1
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

httpreq - npm Package Compare versions

Comparing version 0.4.11 to 0.4.12

18

contributors.md
###### Contributors
[Sam](https://github.com/SamDecrock)
<font color="#999">54 Commits</font> / <font color="#6cc644">2159++</font> / <font color="#bd3c00"> 957--</font>
<font color="#dedede">91.53%&nbsp;<font color="#dedede">||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||</font><font color="#f4f4f4">||||||||||||||</font><br><br>
<font color="#999">57 Commits</font> / <font color="#6cc644">2217++</font> / <font color="#bd3c00"> 963--</font>
<font color="#dedede">89.06%&nbsp;<font color="#dedede">||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||</font><font color="#f4f4f4">||||||||||||||||||</font><br><br>
[Franklin van de Meent](https://github.com/fvdm)
<font color="#999">3 Commits</font> / <font color="#6cc644">27++</font> / <font color="#bd3c00"> 14--</font>
<font color="#dedede">05.08%&nbsp;<font color="#dedede">|||||||||</font><font color="#f4f4f4">|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||</font><br><br>
<font color="#999">5 Commits</font> / <font color="#6cc644">43++</font> / <font color="#bd3c00"> 14--</font>
<font color="#dedede">07.81%&nbsp;<font color="#dedede">||||||||||||||</font><font color="#f4f4f4">||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||</font><br><br>
[MJJ](https://github.com/mjj2000)
<font color="#999">1 Commits</font> / <font color="#6cc644">11++</font> / <font color="#bd3c00"> 1--</font>
<font color="#dedede">01.56%&nbsp;<font color="#dedede">||</font><font color="#f4f4f4">||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||</font><br><br>
[Russell Beattie](https://github.com/russellbeattie)
<font color="#999">1 Commits</font> / <font color="#6cc644">55++</font> / <font color="#bd3c00"> 3--</font>
<font color="#dedede">01.69%&nbsp;<font color="#dedede">|||</font><font color="#f4f4f4">|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||</font><br><br>
[MJJ](https://github.com/mjj2000)
<font color="#999">1 Commits</font> / <font color="#6cc644">11++</font> / <font color="#bd3c00"> 1--</font>
<font color="#dedede">01.69%&nbsp;<font color="#dedede">|||</font><font color="#f4f4f4">|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||</font><br><br>
###### [Generated](https://github.com/jakeleboeuf/contributor) on Thu May 21 2015 10:08:12 GMT+0200 (CEST)
<font color="#dedede">01.56%&nbsp;<font color="#dedede">||</font><font color="#f4f4f4">||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||</font><br><br>
###### [Generated](https://github.com/jakeleboeuf/contributor) on Fri May 22 2015 10:14:45 GMT+0200 (CEST)

@@ -250,2 +250,14 @@ /*

if(isHttps && o.key){
requestoptions.key = o.key;
}
if(isHttps && o.cert){
requestoptions.cert = o.cert;
}
if(isHttps && o.secureProtocol) {
requestoptions.secureProtocol = o.secureProtocol;
}
// add custom headers:

@@ -266,2 +278,6 @@ if(o.headers){

if(o.localAddress){
requestoptions.localAddress = o.localAddress;
}
function requestResponse(res){

@@ -268,0 +284,0 @@ var ended = false;

{
"name": "httpreq",
"description": "node-httpreq is a node.js library to do HTTP(S) requests the easy way",
"version": "0.4.11",
"version": "0.4.12",
"author": {

@@ -33,2 +33,11 @@ "name": "Sam Decrock",

{
"name": "MJJ",
"email": "",
"url": "https://github.com/mjj2000",
"contributions": 1,
"additions": 11,
"deletions": 1,
"hireable": true
},
{
"name": "Russell Beattie",

@@ -43,17 +52,8 @@ "email": "russ@russellbeattie.com",

{
"name": "MJJ",
"email": "",
"url": "https://github.com/mjj2000",
"contributions": 1,
"additions": 11,
"deletions": 1,
"hireable": true
},
{
"name": "Sam",
"email": null,
"url": "https://github.com/SamDecrock",
"contributions": 54,
"additions": 2159,
"deletions": 957,
"contributions": 57,
"additions": 2217,
"deletions": 963,
"hireable": true

@@ -65,4 +65,4 @@ },

"url": "https://github.com/fvdm",
"contributions": 3,
"additions": 27,
"contributions": 5,
"additions": 43,
"deletions": 14,

@@ -69,0 +69,0 @@ "hireable": false

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