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 - npm Package Compare versions

Comparing version 2.0.5 to 3.0.0

6

package.json
{
"name": "@cspell/dict-npm",
"version": "2.0.5",
"version": "3.0.0",
"description": "Dictionary of common NPM packages for cspell.",

@@ -14,3 +14,3 @@ "publishConfig": {

"scripts": {
"build": "cspell-tools compile \"npm.txt\" -o .",
"build": "cspell-tools-cli compile --split \"npm.txt\" -o .",
"test": "head -n 100 \"npm.txt\" | cspell -v -c ./cspell-ext.json \"--local=*\" \"--languageId=javascript\" stdin",

@@ -41,3 +41,3 @@ "prepublishOnly": "echo pre-publish",

],
"gitHead": "7ec72a12fea27dcfcd570c9dc702f85d8ca9a63f"
"gitHead": "e7007a48f8fb0ee8ef8fe0c4b54b61ce939596fb"
}

@@ -1,10 +0,10 @@

# Cspell NPM Dictionary
# CSpell NPM Dictionary
NPM dictionary for cspell.
NPM dictionary for CSpell.
This is a pre-built dictionary for use with cspell.
This is a pre-built dictionary for use with CSpell.
## Installation
Global Install and add to cspell global settings.
Global Install and add to CSpell global settings.

@@ -16,3 +16,3 @@ ```sh

## Uninstall from cspell
## Uninstall from CSpell

@@ -35,10 +35,6 @@ ```sh

## Building
# Dictionary Development
Building is only necessary if you want to modify the contents of the dictionary. Note: Building will take a few minutes for large files.
See: [How to Create a New Dictionary](https://github.com/streetsidesoftware/cspell-dicts#how-to-create-a-new-dictionary)
```sh
npm run build
```
## License

@@ -45,0 +41,0 @@

Sorry, the diff of this file is not supported yet

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