Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
dictionary-en-gb
Advanced tools
English (United Kingdom) spelling dictionary.
This is a English (United Kingdom) dictionary,
generated by wooorm/dictionaries
from
wordlist.aspell.net
,
normalized and packaged so that it can be installed and used like other
dictionaries.
You can use this package when integrating with tools that perform spell checking
(such as nodehun
or nspell
) or when
making such tools.
This package is ESM only. In Node.js (version 16+), install with npm:
npm install dictionary-en-gb
import enGb from 'dictionary-en-gb'
console.log(enGb)
// To do: use `enGb` somehow
Yields:
{aff: <Buffer>, dic: <Buffer>}
This package exports no identifiers.
The default export is a Dictionary
.
It exports the TypeScript type
Dictionary
.
Dictionary
Hunspell dictionary.
aff
(Buffer
)
— data for the affix file (defines the language, keyboard, flags, and more)dic
(Buffer
)
— data for the dictionary file (contains words and flags applying to those
words)See the monorepo readme for examples.
This projects is compatible with maintained versions of Node.js.
When we cut a new major release, we drop support for unmaintained versions of Node. This means we try to keep the current release line, compatible with Node.js 12.
This package is safe.
See the monorepo readme for how to contribute.
👉 Note: dictionaries are not maintained here. Report spelling problems upstream (
wordlist.aspell.net
).
Dictionary and affix file: (MIT AND BSD). Rest: MIT © Titus Wormer.
FAQs
English (United Kingdom) spelling dictionary
The npm package dictionary-en-gb receives a total of 11,911 weekly downloads. As such, dictionary-en-gb popularity was classified as popular.
We found that dictionary-en-gb demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.