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 3.0.0 to 3.0.1

dict/networkingTerms.txt

4

cspell-ext.json

@@ -10,3 +10,3 @@ {

"name": "softwareTerms",
"path": "./softwareTerms.txt.gz",
"path": "./dict/softwareTerms.txt",
"description": "Software terms dictionary for cspell."

@@ -18,3 +18,3 @@ },

"name": "networking-terms",
"path": "./networkingTerms.txt.gz",
"path": "./dict/networkingTerms.txt",
"description": "Software networking terms dictionary for cspell."

@@ -21,0 +21,0 @@ }

{
"name": "@cspell/dict-software-terms",
"version": "3.0.0",
"version": "3.0.1",
"description": "Software terms dictionary for cspell.",

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

"scripts": {
"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-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",

@@ -42,7 +42,6 @@ "test": "npm run test-software-terms && npm run test-networking-terms",

"files": [
"softwareTerms.txt.gz",
"networkingTerms.txt.gz",
"dict/*",
"cspell-ext.json"
],
"gitHead": "1ca7c3ef9e48ab76719fd8e7b578eaee452ddf68"
"gitHead": "88069cd4b35f74865a19cdddec65d3da53cd1efd"
}
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