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

Node.js based command line utility that lets you follow redirects to see where http URLs end up. Useful for shortened URLs.


Version published
Weekly downloads
140
increased by28.44%
Maintainers
1
Weekly downloads
 
Created
Source

linkfollower

Build Status

npm version

Node.js based command line utility for finding out where a shortened (or any other) HTTP URL end up. Follows up to 10 redirects. Now also adds Chrome User-Agent header to requests since Facebook won't redirect unsupported browsers from fb.me addresses.

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

Package last updated on 11 Apr 2017

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc