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

http-link-header

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

http-link-header - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

3

lib/link.js

@@ -205,3 +205,4 @@ 'use strict'

var end = value.indexOf( '=', offset )
if( end === -1 ) throw new Error( 'Expected attribute delimiter at offset ' + offset )
if( end === -1 ) end = value.indexOf( ';', offset )
if( end === -1 ) end = value.length
var attr = trim( value.slice( offset, end ) ).toLowerCase()

@@ -208,0 +209,0 @@ var attrValue = ''

{
"name": "http-link-header",
"version": "1.1.0",
"version": "1.1.1",
"description": "Parse & format HTTP link headers according to RFC 8288",

@@ -5,0 +5,0 @@ "author": "Jonas Hermsmeier <jhermsmeier@gmail.com> (https://jhermsmeier.de)",

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