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

src/hunspell/license

28

package.json
{
"name": "@cspell/dict-el",
"version": "2.0.1",
"version": "3.0.0",
"description": "Greek dictionary for cspell.",

@@ -14,7 +14,13 @@ "publishConfig": {

"scripts": {
"compile-all-caps": "node ./tools/toCaps ./src/Greek.txt ./src/Greek.ALLCAPS.txt",
"build-dictionary": "cross-env NODE_OPTIONS=--max_old_space_size=4096 cspell-tools compile-trie --merge el_GR src/hunspell/el-GR.dic src/Greek.txt src/Greek.ALLCAPS.txt -o .",
"build": "yarn run compile-all-caps && yarn run build-dictionary",
"prepublishOnly": "echo pre-publish",
"test": "head -n 1000 ./src/Greek.txt | cspell -v -c cspell-ext.json --local=el stdin"
"compile-all-caps": "node ./tools/toCaps.mjs ./src/Greek.txt ./src/Greek.ALLCAPS.txt",
"build:dictionary:old": "cross-env NODE_OPTIONS=--max_old_space_size=4096 cspell-tools-cli compile --trie3 -x compound --merge el_GR src/hunspell/el-GR.dic src/Greek.txt src/Greek.ALLCAPS.txt -o .",
"build:dictionary": "cspell-tools-cli build",
"build:gz": "cspell-tools-cli gzip *.trie",
"build": "pnpm run compile-all-caps && pnpm run build:dictionary && pnpm build:gz && pnpm gen-checksum",
"sync": "pnpm cpy \"node_modules/dictionary-el/{*.dic,*.aff,*.md,**/license}\" src/hunspell",
"checksum": "cspell-tools-cli shasum -c checksum.txt",
"conditional-build": "pnpm run --silent checksum || pnpm run build",
"gen-checksum": "cspell-tools-cli shasum -u checksum.txt --list-file source-files.txt source-dependencies.txt",
"prepare": "pnpm run build:gz",
"test": "shx head -n 1000 ./src/Greek.txt | cspell -v -c cspell-ext.json --local=el stdin"
},

@@ -33,3 +39,3 @@ "repository": {

"author": "Jason Dent",
"license": "MIT",
"license": "GPL-3.0+",
"bugs": {

@@ -42,6 +48,10 @@ "url": "https://github.com/streetsidesoftware/cspell-dicts/issues"

"cspell-ext.json",
"src/hunspell/README.txt",
"src/hunspell/license",
"!samples",
"!tools"
],
"gitHead": "47a34789c05111e7b3cb693beb5d456bf25a0cb0"
"devDependencies": {
"dictionary-el": "^3.1.0"
},
"gitHead": "a93ee20360d9a76828b8c40653a0eb253dd34f2b"
}

@@ -1,2 +0,2 @@

# Cspell Greek Dictionary
# CSpell Greek Dictionary

@@ -3,0 +3,0 @@ Greek dictionary for cspell.

# Source Directory
All source files used to generate the dictionary should be stored in this directory.
Files:
- `Greek.ALLCAPS.txt` - are generated to fix: [#218](https://github.com/streetsidesoftware/cspell-dicts/issues/218)

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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