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.3 to 0.4.4

2

lib/httpreq.js

@@ -257,4 +257,2 @@ /*

console.log(requestoptions);
function requestResponse(res){

@@ -261,0 +259,0 @@ var ended = false;

2

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

@@ -6,0 +6,0 @@ "name": "Sam Decrock",

@@ -232,4 +232,6 @@ node-httpreq

### Downloading a file directly to disk
To download a file directly to disk, use the download methode provided.
To download a file directly to disk, use the download method provided.
Downloading is done using a stream, so the data is not stored in memory and directory saved to file.
__Example__

@@ -236,0 +238,0 @@

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