link-checker-malicious

1.5.0 • Public • Published

link-checker-malacious

A simple package to check for bad links

Downloading

npm i link-checker-malacious

Approximately around 10,000+ links (total) of "bad links".

Update: v1.5.0 has only one function, it will check for all types of links, and even return the detected link.

Usage

const mal = require("link-checker-malacious");
let data = mal.isMalLink("string of text here")//it will auto detect links in it and scan those links
if(data.isMal==true) {
console.log("Type: "+data.type+"\n Link: "+data.link)
}
else {
console.log("Not a malacious string")
}

Credits:

Bumblebee#1447 (on discord) creating the package DevSpen for this repo & ELBKR for this repo.

I also know that the name has a spelling error; but I can't rename on NPM :(

Dependents (0)

Package Sidebar

Install

npm i link-checker-malicious

Weekly Downloads

13

Version

1.5.0

License

MIT

Unpacked Size

301 kB

Total Files

5

Last publish

Collaborators

  • bumblebee3