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.5.1 to 0.5.2

2

lib/httpreq.js

@@ -364,3 +364,3 @@ /*

o.redirectCount++;
o.url = res.headers.location;
o.url = (new URL(res.headers.location, o.url)).href; // location can be the path only (no base url present)
o.cookies = extractCookies (res.headers);

@@ -367,0 +367,0 @@ return doRequest (o, finalCallback);

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

@@ -13,3 +13,3 @@ "name": "Sam Decrock",

"engines": {
"node": ">= 0.8.0"
"node": ">= 6.15.1"
},

@@ -16,0 +16,0 @@ "repository": {

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