New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

bare-http1

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bare-http1 - npm Package Compare versions

Comparing version

to
3.6.3

@@ -33,3 +33,3 @@ const HTTPAgent = require('./agent')

this._connection = connection
this._chunked = true
this._chunked = method !== 'GET' && method !== 'HEAD'

@@ -36,0 +36,0 @@ this._pendingFinal = null

{
"name": "bare-http1",
"version": "3.6.2",
"version": "3.6.3",
"description": "Native HTTP/1 library for JavaScript",

@@ -5,0 +5,0 @@ "exports": {