Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

http-headers

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

http-headers - npm Package Compare versions

Comparing version 2.0.0 to 3.0.0

2

index.js

@@ -25,3 +25,3 @@ 'use strict'

method: match[1],
path: match[2],
url: match[2],
version: { major: parseInt(match[3], 10), minor: parseInt(match[4], 10) },

@@ -28,0 +28,0 @@ headers: parseHeaders(str)

{
"name": "http-headers",
"version": "2.0.0",
"version": "3.0.0",
"description": "Parse http headers",

@@ -37,5 +37,5 @@ "main": "index.js",

"coordinates": [
55.6876679,
12.5955582
55.6876742,
12.5955475
]
}

@@ -40,3 +40,3 @@ 'use strict'

method: 'GET',
path: '/foo',
url: '/foo',
version: { major: 1, minor: 1 },

@@ -43,0 +43,0 @@ headers: headerResult

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