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 1.0.31 to 1.0.32

11

cspell-ext.json

@@ -36,2 +36,13 @@ // cSpell Settings

"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`

@@ -38,0 +49,0 @@ "dictionaries": ["softwareTerms"],

6

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

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

"build": "cspell-tools compile \"softwareTerms.txt\" -o .",
"test": "head -n 100 \"softwareTerms.txt\" | cspell -v -c ./cspell-ext.json \"--local=*\" \"--languageId=*\" stdin",
"test": "cat \"softwareTerms.txt\" | cspell -v -c ./cspell-ext.json \"--local=*\" \"--languageId=*\" stdin",
"prepublishOnly": "yarn test",

@@ -41,3 +41,3 @@ "prepare": "yarn run build"

],
"gitHead": "55cdc8697c5581ae149643cb551d75d669caa21a"
"gitHead": "50c3382bd1c388800d35ffa7ed9660aed7e0fecd"
}

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