
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
@cspell/dict-sv
Advanced tools
Swedish dictionary for CSpell.
This is a pre-built dictionary for use with CSpell.
Tool | Version |
---|---|
cspell | >= 8 |
Code Spell Checker - Visual Studio Code | >= 4 |
npm install -D @cspell/dict-sv
Add the following to your VSCode settings:
.vscode/settings.json
{
"cSpell.import": ["@cspell/dict-sv/cspell-ext.json"],
"cSpell.language": "sv, sv_SE",
}
cspell.json
cspell.json
{
"import": ["@cspell/dict-sv/cspell-ext.json"],
"language": "sv, sv_SE",
}
cspell.config.yaml
cspell.config.yaml
import:
- '@cspell/dict-sv/cspell-ext.json'
language: sv, sv_SE
Add the following to your VSCode settings:
.vscode/settings.json
{
"cSpell.import": ["https://cdn.jsdelivr.net/npm/@cspell/dict-sv/cspell-ext.json"],
"cSpell.language": "sv, sv_SE",
}
cspell.json
cspell.json
{
"import": ["https://cdn.jsdelivr.net/npm/@cspell/dict-sv/cspell-ext.json"],
"language": "sv, sv_SE",
}
cspell.config.yaml
cspell.config.yaml
import:
- https://cdn.jsdelivr.net/npm/@cspell/dict-sv/cspell-ext.json
language: sv, sv_SE
Name | Enabled | Description |
---|---|---|
sv | Swedish Dictionary |
Name | Locale | File Type |
---|---|---|
sv | sv , sv_SE | * |
Please help correct any mistakes in the dictionaries.
See: Contributing
Special thanks to all of our amazing contributors!
See: How to Create a New Dictionary
GPL-3.0-or-later
Some packages may have other licenses included.
Brought to you by
Street Side Software
FAQs
Swedish dictionary for CSpell.
We found that @cspell/dict-sv demonstrated a healthy version release cadence and project activity because the last version was released less than 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.
Research
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.