
Security News
CVE Volume Surges Past 48,000 in 2025 as WordPress Plugin Ecosystem Drives Growth
CVE disclosures hit a record 48,185 in 2025, driven largely by vulnerabilities in third-party WordPress plugins.
List of, like, English (both British and American) filler words.
This package exposes a list of pretty useless words, which are typically used to fill empty space.
Use this when you want to do fun things with natural language.
This package is ESM only. In Node.js (version 14.14+, 16.0+), install with npm:
npm install fillers
In Deno with esm.sh:
import {fillers} from 'https://esm.sh/fillers@2'
In browsers with esm.sh:
<script type="module">
import {fillers} from 'https://esm.sh/fillers@2?bundle'
</script>
import {fillers} from 'fillers'
console.log(fillers.length) //=> 80
console.log(fillers.slice(0, 10))
Yields:
[ 'a',
'able',
'aboard',
'about',
'above',
'absent',
'accept',
'accident',
'account',
'ache' ]
This package exports the identifier fillers.
There is no default export.
fillersSo, fillers exposes a list of strings (Array<string>).
For a complete list of supported filler words and phrases, like, see
index.js.
Note that the words listed in fillers might or, in fact, might not be
fillers.
This package is fully typed with TypeScript. It exports no additional types.
This package is at least compatible with all maintained versions of Node.js. As of now, that is Node.js 14.14+ and 16.0+. It also works in Deno and modern browsers.
buzzwords
— list of buzzwordsdale-chall
— list of familiar American-English words (1995)hedges
— list of hedge wordsprofanities
— list of profane wordsspache
— list of simple American-English words (1974)weasels
— list of weasel wordsYes please! See How to Contribute to Open Source.
This package is safe.
FAQs
List of (possible) English filler words
We found that fillers demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?

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.

Security News
CVE disclosures hit a record 48,185 in 2025, driven largely by vulnerabilities in third-party WordPress plugins.

Security News
Socket CEO Feross Aboukhadijeh joins Insecure Agents to discuss CVE remediation and why supply chain attacks require a different security approach.

Security News
Tailwind Labs laid off 75% of its engineering team after revenue dropped 80%, as LLMs redirect traffic away from documentation where developers discover paid products.