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.3.1 to 0.3.2

4

httpreq.js

@@ -124,3 +124,3 @@ /*

if(body){
requestoptions['headers']['Content-Length'] = body.length;
requestoptions['headers']['Content-Length'] = (new Buffer(body, 'utf8')).length;
}

@@ -200,3 +200,3 @@

if(body)
request.write(body);
request.write(body, 'utf8');

@@ -203,0 +203,0 @@ request.end();

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

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

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