1.5.0 • Published 2 years ago

link-checker-malicious v1.5.0

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

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 :(

1.5.0

2 years ago

1.2.3

2 years ago

1.2.2

2 years ago

1.2.1

2 years ago

1.0.0

2 years ago