Skip to content

Reboot82/brandtdefang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

What is this?

When sending the contents of an artifact within an email notification, any web and IP addresses need to be “defanged” to prevent the user from inadvertently clicking a malicious link.

This npm package can automatically defang any IP address.

Installation

npm i brandtdefang --save

Then..

import { brandtdefang }
from 'brandtdefang';

brandtdefang("255.100.50.0")

// Output: "255[.]100[.]50[.]0"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published