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 2.0.16 to 2.1.0

networkingTerms.txt.gz

15

cspell-ext.json

@@ -1,2 +0,1 @@

// cSpell Settings
{

@@ -7,12 +6,22 @@ "id": "software-terms",

"description": "Software terms dictionary for cspell.",
// List of dictionary files to add to the global list of dictionaries
"dictionaryDefinitions": [
{
// changing the name is a breaking change.
"name": "softwareTerms",
"path": "./softwareTerms.txt.gz",
"description": "Software terms dictionary for cspell."
},
{
// Note this dictionary name is not consistent withe `softwareTerms` but it is
// consistent with other dictionaries.
"name": "networking-terms",
"path": "./networkingTerms.txt.gz",
"description": "Software networking terms dictionary for cspell."
}
],
// Enable `softwareTerms` by default if this extension is imported.
"dictionaries": ["softwareTerms"]
"dictionaries": [
"softwareTerms"
// "networking-terms" - is not included by default because it is very specific.
]
}

13

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

@@ -14,4 +14,8 @@ "publishConfig": {

"scripts": {
"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",
"build-software-terms": "cat source-files.txt | xargs cspell-tools-cli compile --split -o . -M softwareTerms.txt",
"build-networking-terms": "cat source-files-networking.txt | xargs cspell-tools-cli compile --split -o . -M networkingTerms.txt",
"build": "npm run build-software-terms && npm run build-networking-terms",
"test": "npm run test-software-terms && npm run test-networking-terms",
"test-software-terms": "cat \"src/software-terms.txt\" | cspell -v -c ./cspell-ext.json \"--local=*\" \"--languageId=*\" stdin",
"test-networking-terms": "cat source-files-networking.txt | xargs cat | cspell -v \"--local=*\" \"--languageId=*\" stdin",
"prepublishOnly": "echo pre-publish",

@@ -39,5 +43,6 @@ "prepare": "yarn run build"

"softwareTerms.txt.gz",
"networkingTerms.txt.gz",
"cspell-ext.json"
],
"gitHead": "48e80a7aa1ad87dfccfdc56e4b49a4ae478ddcd2"
"gitHead": "caaefe9a2ce7e8fdeb2bad9ea21488b7c661ccbf"
}

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