Socket
Socket
Sign inDemoInstall

@cspell/dict-software-terms

Package Overview
Dependencies
Maintainers
1
Versions
162
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 3.1.18 to 3.2.0

dict/computing-acronyms.txt

8

cspell-ext.json

@@ -26,2 +26,7 @@ {

"description": "Web Services and APIs dictionary for cspell."
},
{
"name": "computing-acronyms",
"path": "./dict/computing-acronyms.txt",
"description": "Common acronyms related to computing."
}

@@ -31,3 +36,4 @@ ],

"dictionaries": [
"softwareTerms"
"softwareTerms",
"computing-acronyms"
// "networking-terms" - is not included by default because it is very specific.

@@ -34,0 +40,0 @@ // "web-services" - is not included by default

@@ -229,2 +229,3 @@

Staticman's
Supercomputing
Swiftype

@@ -231,0 +232,0 @@ TeamCity

12

package.json
{
"name": "@cspell/dict-software-terms",
"version": "3.1.18",
"version": "3.2.0",
"description": "Software related dictionaries for cspell.",

@@ -15,7 +15,7 @@ "publishConfig": {

"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",
"test": "pnpm test-software-terms && pnpm test-networking-terms",
"test-software-terms": "cspell -v -c ./cspell-ext.json \"--local=*\" \"--languageId=*\" --file-list src/source-files-software.txt",
"test-networking-terms": "cspell -v \"--local=*\" \"--languageId=*\" --file-list src/source-files-networking.txt",
"prepublishOnly": "echo pre-publish",
"prepare": "yarn build"
"prepare": "pnpm build"
},

@@ -46,3 +46,3 @@ "repository": {

],
"gitHead": "772b010a2b141f2c21cc8f233bb42dda617f46b6"
"gitHead": "2844a8ac7d2e7ba71f625e55181b3e9e8caae0d3"
}
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