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
55
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 1.0.16 to 2.0.0

7

cspell-ext.json

@@ -6,2 +6,3 @@ // cSpell Settings

"description": "NPM dictionary for cspell.",
"readonly": true,
// List of dictionary files to add to the global list of dictionaries

@@ -11,3 +12,3 @@ "dictionaryDefinitions": [

"name": "npm",
"file": "./npm.txt.gz",
"path": "./npm.txt.gz",
"description": "NPM dictionary for cspell."

@@ -28,3 +29,3 @@ }

// Multiple locals can be specified like: "en, en-US" to match both English and English US.
"local": "*",
"locale": "*",
// By default the whole text of a file is included for spell checking

@@ -41,3 +42,3 @@ // Adding patterns to the "includeRegExpList" to only include matching patterns

"dictionaries": ["npm"],
// Dictionary definitions can also be supplied here. They are only used iff "languageId" and "local" match.
// Dictionary definitions can also be supplied here. They are only used iff "languageId" and "locale" match.
"dictionaryDefinitions": []

@@ -44,0 +45,0 @@ }

{
"name": "@cspell/dict-npm",
"version": "1.0.16",
"version": "2.0.0",
"description": "Dictionary of common NPM packages for cspell.",

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

"test": "head -n 100 \"npm.txt\" | cspell -v -c ./cspell-ext.json \"--local=*\" \"--languageId=javascript\" stdin",
"prepublishOnly": "yarn test",
"prepublishOnly": "echo pre-publish",
"prepare": "yarn run build"

@@ -41,3 +41,3 @@ },

],
"gitHead": "648c58644eac2bc11360a8475ebb44397ce9d5d2"
"gitHead": "5fe03a7c9c10459a3c50242737f27bcf3e980f5e"
}
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