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.0.0 to 1.0.1

4

lib/link.js

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

* @param {String} value
* @returns {Array<Object>}
* @returns {Array<Object>|null}
*/

@@ -92,3 +92,3 @@ get( attr, value ) {

return links
return links.length ? links : null

@@ -95,0 +95,0 @@ }

{
"name": "http-link-header",
"version": "1.0.0",
"version": "1.0.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