Socket
Socket
Sign inDemoInstall

@cspell/dict-cs-cz

Package Overview
Dependencies
0
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.23 to 2.0.0

7

cspell-ext.json

@@ -6,2 +6,3 @@ // cSpell Settings

"description": "Czech dictionary for cspell.",
"readonly": true,
// List of dictionary files to add to the global list of dictionaries

@@ -11,3 +12,3 @@ "dictionaryDefinitions": [

"name": "cs-cz",
"file": "./Czech.trie.gz",
"path": "./Czech.trie.gz",
"description": "Czech dictionary for cspell."

@@ -28,3 +29,3 @@ }

// Multiple locals can be specified like: "en, en-US" to match both English and English US.
"local": "cs",
"locale": "cs",
// By default the whole text of a file is included for spell checking

@@ -41,3 +42,3 @@ // Adding patterns to the "includeRegExpList" to only include matching patterns

"dictionaries": ["cs-cz"],
// Dictionary definitions can also be supplied here. They are only used iff "languageId" and "local" match.
// Dictionary definitions can also be supplied here. They are only used iff "languageId" and "locale" match.
"dictionaryDefinitions": []

@@ -44,0 +45,0 @@ }

{
"name": "@cspell/dict-cs-cz",
"version": "1.0.23",
"version": "2.0.0",
"description": "Czech dictionary for cspell.",

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

"test": "hunspell-reader words -n 1000 \"Czech.dic\" | cspell -v -c ./cspell-ext.json --local=cs --languageId=* stdin",
"prepublishOnly": "yarn test"
"prepublishOnly": "echo pre-publish"
},

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

},
"homepage": "https://github.com/streetsidesoftware/cspell-dicts/blob/master/dictionaries/cs_CZ#readme",
"homepage": "https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/cs_CZ#readme",
"files": [

@@ -41,3 +41,3 @@ "Czech.trie.gz",

],
"gitHead": "1c298eba6f2fdcdd3473025aca85482af1504811"
"gitHead": "5fe03a7c9c10459a3c50242737f27bcf3e980f5e"
}
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