Socket
Socket
Sign inDemoInstall

linkfollower

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

linkfollower - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

4

linkfollower.js

@@ -43,2 +43,6 @@ const http = require('http');

if (isRedirect(response)) {
if (!response.headers.location) {
failure(new Error(location.href + ' returned a redirect but no Location header'));
return;
}
depth++;

@@ -45,0 +49,0 @@ visit(location.parse(response.headers.location));

2

package.json
{
"name": "linkfollower",
"version": "1.0.1",
"version": "1.0.2",
"description": "Node.js based command line utility that lets you follow redirects to see where http URLs end up. Useful for shortened URLs.",

@@ -5,0 +5,0 @@ "main": "cli.js",

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