2.0.0 • Published 2 years ago

@thecollinslagat/text-fuzzer v2.0.0

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

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)
2.0.0

2 years ago

1.2.2

2 years ago

1.2.1

2 years ago

1.1.0

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago