Socket
Socket
Sign inDemoInstall

linkfollower

Package Overview
Dependencies
0
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    linkfollower

Command line utility that lets you follow redirects to see where http URLs end up. Useful for shortened URLs.


Version published
Maintainers
1
Install size
6.00 kB
Created

Readme

Source

linkfollower

master npm version OpenSSF Scorecard

Command line utility for finding out where a shortened (or any other) HTTP URL end up. Follows up to 10 redirects.

Installation

npm install -g linkfollower

Usage

follow http://tinyurl.com/m3q2xt

Result

http://tinyurl.com/m3q2xt -> 301
http://en.wikipedia.org/wiki/URL_shortening -> 301
https://en.wikipedia.org/wiki/URL_shortening -> 200

FAQs

Last updated on 18 Feb 2024

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc