Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@cspell/dict-npm

Package Overview
Dependencies
Maintainers
1
Versions
54
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.8
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
720K
decreased by-6.42%
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

FAQs

Package last updated on 11 Oct 2024

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc