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.1

@@ -47,6 +47,6 @@ exports.IncomingMessage = require('./lib/incoming-message')

case 'ftp:': return 21
case 'http':
case 'ws': return 80
case 'https':
case 'wss': return 443
case 'http:':
case 'ws:': return 80
case 'https:':
case 'wss:': return 443
}

@@ -53,0 +53,0 @@

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

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