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

@thecollinslagat/text-fuzzer

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@thecollinslagat/text-fuzzer

> Note: This tools is inspired (or rather, translated) from the `DomainFuzz` class of the [dnstwist](https://github.com/elceef/dnstwist) project.

latest
Source
npmnpm
Version
2.0.0
Version published
Maintainers
1
Created
Source

Note: This tools is inspired (or rather, translated) from the DomainFuzz class of the dnstwist project.

Purpose

The aim of this tool is to generate words that looks the same as a given word. For example, given the word bank, the following words can be generated:

[
  'cank', 'fank', 'jank',
  'rank', 'bcnk', 'benk',
  'bink', 'bqnk', 'baok',
  'balk', 'bajk', 'bafk',
  'banj', 'bani', 'bano',
  'banc'
]

Basic Example

import { addition } from '@thecollinslagat/text-fuzzer'

const words = addition('bank)

console.log(words)

Keywords

fuzzy

FAQs

Package last updated on 08 Dec 2021

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