
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
dictionary-ru
Advanced tools
Russian spelling dictionary.
This is a Russian dictionary,
generated by wooorm/dictionaries from
LibreOffice/dictionaries,
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-ru
import ru from 'dictionary-ru'
console.log(ru)
// To do: use `ru` somehow
Yields:
{aff: <Buffer>, dic: <Buffer>}
This package exports no identifiers.
The default export is a Dictionary.
It exports the TypeScript type
Dictionary.
DictionaryHunspell 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 (
LibreOffice/dictionaries).
Dictionary and affix file: BSD-3-Clause. Rest: MIT © Titus Wormer.
FAQs
Russian spelling dictionary
The npm package dictionary-ru receives a total of 569 weekly downloads. As such, dictionary-ru popularity was classified as not popular.
We found that dictionary-ru 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
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.