Socket
Socket
Sign inDemoInstall

@cspell/dict-software-terms

Package Overview
Dependencies
Maintainers
1
Versions
163
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cspell/dict-software-terms - npm Package Compare versions

Comparing version 1.0.48 to 2.0.1

46

cspell-ext.json
// cSpell Settings
{
"id": "software-terms",
"name": "software terms",
"name": "Software Terms",
"readonly": true,
"description": "Software terms dictionary for cspell.",

@@ -10,45 +11,8 @@ // List of dictionary files to add to the global list of dictionaries

"name": "softwareTerms",
"file": "./softwareTerms.txt.gz",
"path": "./softwareTerms.txt.gz",
"description": "Software terms dictionary for cspell."
}
],
// Dictionaries to always be used.
// Generally left empty
"dictionaries": [],
// Language Rules to apply to matching files.
// Files are matched on `languageId` and `local`
"languageSettings": [
{
// VSCode languageId. i.e. typescript, java, go, cpp, javascript, markdown, latex
// * will match against any file type.
"languageId": "*",
// Language local. i.e. en-US, de-AT, or ru. * will match all locals.
// Multiple locals can be specified like: "en, en-US" to match both English and English US.
"local": "*",
// By default the whole text of a file is included for spell checking
// Adding patterns to the "includeRegExpList" to only include matching patterns
"includeRegExpList": [],
// To exclude patterns, add them to "ignoreRegExpList"
"ignoreRegExpList": [],
// regex patterns than can be used with ignoreRegExpList or includeRegExpList
// Example: "pattern": [{ "name": "mdash", "pattern": "—" }]
// This could be included in "ignoreRegExpList": ["mdash"]
"patterns": [],
// This can be removed once cspell-tools are upgraded to @cspell/cspell-tools.
"words": [
"ddmmyyyy",
"mmddyyyy",
"mmyyyy",
"yyyy",
"yyyymm",
"yyyymmdd",
"yyyymmddhhmmss",
"yyyymmddhhmmssz"
],
// List of dictionaries to enable by name in `dictionaryDefinitions`
"dictionaries": ["softwareTerms"],
// Dictionary definitions can also be supplied here. They are only used iff "languageId" and "local" match.
"dictionaryDefinitions": []
}
]
// Enable `softwareTerms` by default if this extension is imported.
"dictionaries": ["softwareTerms"]
}

6

package.json
{
"name": "@cspell/dict-software-terms",
"version": "1.0.48",
"version": "2.0.1",
"description": "Software terms dictionary for cspell.",

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

"scripts": {
"build": "cat source-files.txt | xargs cspell-tools compile -o . -M softwareTerms.txt",
"build": "cat source-files.txt | xargs cspell-tools-cli compile --split -o . -M softwareTerms.txt",
"test": "cat \"src/software-terms.txt\" | cspell -v -c ./cspell-ext.json \"--local=*\" \"--languageId=*\" stdin",

@@ -41,3 +41,3 @@ "prepublishOnly": "yarn test",

],
"gitHead": "b1fe09d226f849c6c1b3ae70fa2da0a3adb3f920"
"gitHead": "c3fcbff1e49dfc2897bfa8db2a0e55a38706de00"
}

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