New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@cspell/dict-npm

Package Overview
Dependencies
Maintainers
1
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cspell/dict-npm

Dictionary of common NPM packages for cspell.

5.1.31
latest
Source
npm
Version published
Weekly downloads
648K
-3.92%
Maintainers
1
Weekly downloads
 
Created

What is @cspell/dict-npm?

@cspell/dict-npm is a dictionary package for the CSpell spell checker. It provides a list of words related to npm packages, which helps in identifying and correcting spelling errors in npm-related terms.

What are @cspell/dict-npm's main functionalities?

Adding npm dictionary to CSpell

This feature allows you to add the npm dictionary to your CSpell configuration, enabling spell checking for npm-related terms.

{
  "dictionaries": ["npm"]
}

Using npm dictionary in a project

This feature demonstrates how to configure CSpell to use the npm dictionary in a project, ensuring that npm-specific terms are recognized and checked.

{
  "language": "en",
  "dictionaries": ["npm"],
  "dictionaryDefinitions": [
    {
      "name": "npm",
      "path": "@cspell/dict-npm/cspell-ext.json"
    }
  ]
}

Other packages similar to @cspell/dict-npm

Keywords

cspell

FAQs

Package last updated on 19 Mar 2025

Did you know?

Socket

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.

Install

Related posts