Socket
Socket
Sign inDemoInstall

@cspell/dict-el

Package Overview
Dependencies
0
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.15 to 2.0.0

7

cspell-ext.json

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

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

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

"name": "el",
"file": "./el_GR.trie.gz",
"path": "./el_GR.trie.gz",
"description": "Greek dictionary for cspell."

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

// Multiple locals can be specified like: "en, en-US" to match both English and English US.
"local": "el",
"locale": "el",
// 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": ["el"],
// 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-el",
"version": "1.0.15",
"version": "2.0.0",
"description": "Greek dictionary for cspell.",

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

"build": "yarn run compile-all-caps && yarn run build-dictionary",
"prepublishOnly": "yarn test",
"prepublishOnly": "echo pre-publish",
"test": "head -n 1000 ./src/Greek.txt | cspell -v -c cspell-ext.json --local=el stdin"

@@ -37,3 +37,3 @@ },

},
"homepage": "https://github.com/streetsidesoftware/cspell-dicts/blob/master/dictionareis/el/README.md",
"homepage": "https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionareis/el/README.md",
"files": [

@@ -45,3 +45,3 @@ "el_GR.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