Socket
Socket
Sign inDemoInstall

@cspell/dict-software-terms

Package Overview
Dependencies
0
Maintainers
1
Versions
131
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.9 to 3.1.0

dict/webServices.txt

10

cspell-ext.json

@@ -14,3 +14,3 @@ {

{
// Note this dictionary name is not consistent withe `softwareTerms` but it is
// Note this dictionary name is not consistent with `softwareTerms` but it is
// consistent with other dictionaries.

@@ -20,2 +20,9 @@ "name": "networking-terms",

"description": "Software networking terms dictionary for cspell."
},
{
// Note this dictionary name is not consistent with `softwareTerms` but it is
// consistent with other dictionaries.
"name": "web-services",
"path": "./dict/webServices.txt",
"description": "Web Services and APIs dictionary for cspell."
}

@@ -27,3 +34,4 @@ ],

// "networking-terms" - is not included by default because it is very specific.
// "web-services" - is not included by default
]
}

17

package.json
{
"name": "@cspell/dict-software-terms",
"version": "3.0.9",
"description": "Software terms dictionary for cspell.",
"version": "3.1.0",
"description": "Software related dictionaries for cspell.",
"publishConfig": {

@@ -14,10 +14,8 @@ "access": "public"

"scripts": {
"build-software-terms": "cat source-files.txt | xargs cspell-tools-cli compile --split --no-compress -o ./dict -M softwareTerms.txt",
"build-networking-terms": "cat source-files-networking.txt | xargs cspell-tools-cli compile --split --no-compress -o ./dict -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",
"build": "cspell-tools-cli build",
"test": "yarn test-software-terms && yarn 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",
"prepare": "yarn run build"
"prepare": "yarn build"
},

@@ -32,2 +30,4 @@ "repository": {

"software terms",
"networking terms",
"web services dictionary",
"dictionary",

@@ -44,5 +44,6 @@ "spelling"

"dict/*",
"!dict/README.md",
"cspell-ext.json"
],
"gitHead": "5ac7ae8f14081e80fb908d0fc858f49c4284281c"
"gitHead": "73731116116c35346ef6b7c886f6faae82e34f17"
}
SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc