@cspell/dict-haskell
Advanced tools
Comparing version 3.0.0 to 4.0.0
@@ -11,3 +11,3 @@ // cSpell Settings | ||
"name": "haskell", | ||
"path": "./haskell.txt.gz", | ||
"path": "./dict/haskell.txt", | ||
"description": "Haskell dictionary for cspell." | ||
@@ -14,0 +14,0 @@ } |
{ | ||
"name": "@cspell/dict-haskell", | ||
"version": "3.0.0", | ||
"version": "4.0.0", | ||
"description": "Haskell dictionary for cspell.", | ||
@@ -14,4 +14,4 @@ "publishConfig": { | ||
"scripts": { | ||
"build": "cspell-tools compile \"haskell.txt\" -o .", | ||
"test": "head -n 100 \"haskell.txt\" | cspell -v -c ./cspell-ext.json \"--local=*\" \"--languageId=haskell\" stdin", | ||
"build": "cspell-tools-cli compile --keep-raw-case src/haskell.txt --no-compress -o ./dict", | ||
"test": "head -n 100 src/haskell.txt | cspell -v -c ./cspell-ext.json --local=* --languageId=haskell stdin", | ||
"prepublishOnly": "echo pre-publish", | ||
@@ -38,6 +38,6 @@ "prepare": "yarn run build" | ||
"files": [ | ||
"haskell.txt.gz", | ||
"./dict/haskell.txt", | ||
"cspell-ext.json" | ||
], | ||
"gitHead": "1ca7c3ef9e48ab76719fd8e7b578eaee452ddf68" | ||
"gitHead": "8c20cb186c0683008207540a7d6a2456d577b669" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
6246
0