
Security News
npm v12 Ships With Install Scripts Off by Default, Begins Deprecating 2FA-Bypass Tokens
npm v12 is generally available, turning install scripts off by default and beginning the deprecation of 2FA-bypass publishing tokens.
List of supposed English (both British and American) hedge words.
This package exposes a list of hedge words, which are typically used to introduce ambiguity or indecisiveness.
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 hedges
In Deno with esm.sh:
import {hedges} from 'https://esm.sh/hedges@2'
In browsers with esm.sh:
<script type="module">
import {hedges} from 'https://esm.sh/hedges@2?bundle'
</script>
import {hedges} from 'hedges'
console.log(hedges.length) //=> 162
console.log(hedges.slice(0, 10))
Yields:
[ 'a bit',
'about',
'actually',
'allege',
'alleged',
'almost',
'almost never',
'always',
'and all that',
'and so forth' ]
This package exports the identifier hedges.
There is no default export.
hedgesRoughly, hedges exposes information as a list of strings
(Array<string>).
For a complete list of supported hedge words and phrases, like, see
data.txt.
👉 Note: that the words listed in hedges are speculated to be hedges, although perhaps not.
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)fillers
— list of filler 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 hedge words
The npm package hedges receives a total of 1,415 weekly downloads. As such, hedges popularity was classified as popular.
We found that hedges 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
npm v12 is generally available, turning install scripts off by default and beginning the deprecation of 2FA-bypass publishing tokens.

Research
/Security News
Socket tracks the activity as Operation “Muck and Load”: a threat actor uses commit-farming workflows, public dead drops, and protected archives to stage Windows RAT and infostealer malware.

Security News
pnpm 11.10 hardens registry auth to block token redirection, tightens pack-app and deploy, and makes the Rust port (v12) installable.