New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

whereitgoes

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

whereitgoes

Get the autopsy of the url in json

latest
Source
npmnpm
Version
0.1.3
Version published
Weekly downloads
0
-100%
Maintainers
1
Weekly downloads
 
Created
Source

WHEREITGOES

whereitgoes

Where it goes check where the short link takes you !

Example

The Following Code snipet will help you understand how to use this.

// Import the module
var Whereitgoes = require("whereitgoes");
var whereitgoes = new Whereitgoes();
async function run(){
var json = await whereitgoes.getredirect("https://bit.ly/iamkunal9");
console.log(json);
// An object containing list of all the redirects
}
run()

Documentation

Installation

npm i whereitgoes

Contributing

Thank you for your interest in contributing, If you feel like there's something missing or any new feature can be added, just create a PR and I will see the rest.

Help

You can contact me on social media, Everything about me can be found here

Requirements

  • Node.Js installed

Dev Dependencies

  • Request

Contact

Contact me anywhere, just visit (https://github.com/iamkunal9)

License

This project is licensed under MIT License, See LICENSE for more information

Keywords

whereitgoes

FAQs

Package last updated on 07 Jul 2022

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