cspell-dict-he
Advanced tools
Comparing version 1.0.0 to 1.0.3
@@ -0,0 +0,0 @@ # Change Log |
@@ -10,3 +10,3 @@ // cSpell Settings | ||
"name": "he", | ||
"file": "./he.txt.gz", | ||
"file": "./he.dic.trie.gz", | ||
"description": "Hebrew Dictionary" | ||
@@ -27,3 +27,3 @@ } | ||
// Multiple locals can be specified like: "en, en-US" to match both English and English US. | ||
"local": "*", | ||
"local": "he", | ||
// By default the whole text of a file is included for spell checking | ||
@@ -30,0 +30,0 @@ // Adding patterns to the "includeRegExpList" to only include matching patterns |
export function getConfigLocation(): string; |
@@ -0,0 +0,0 @@ 'use strict'; |
{ | ||
"name": "cspell-dict-he", | ||
"version": "1.0.0", | ||
"version": "1.0.3", | ||
"description": "Hebrew dictionary for cspell", | ||
@@ -10,3 +10,4 @@ "bin": { | ||
"scripts": { | ||
"build": "cspell-tools compile \"he.txt\" -o .", | ||
"build": "cspell-tools compile-trie \"hunspell/he.dic.txt\" -o .", | ||
"prepublishOnly": "cp ../../util/* .", | ||
"cspell-link": "node link.js", | ||
@@ -36,6 +37,7 @@ "cspell-unlink": "node unlink.js", | ||
"homepage": "https://github.com/Jason3S/cspell-dicts/blob/master/he/README.md", | ||
"devDependencies": {}, | ||
"devDependencies": { | ||
"cspell-tools": "^3.0.4" | ||
}, | ||
"dependencies": { | ||
"configstore": "^3.1.0", | ||
"cspell-tools": "^3.0.3" | ||
"configstore": "^4.0.0" | ||
}, | ||
@@ -47,3 +49,4 @@ "files": [ | ||
"*.d.ts" | ||
] | ||
], | ||
"gitHead": "d77794a37d705ee07d619f5a3d81f947e783397b" | ||
} |
@@ -0,0 +0,0 @@ # Cspell he Dictionary |
@@ -0,0 +0,0 @@ 'use strict'; |
Sorry, the diff of this file is not supported yet
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
1
6407
1
10
+ Addedconfigstore@4.0.0(transitive)
- Removedcspell-tools@^3.0.3
- Removed@babel/runtime-corejs3@7.26.0(transitive)
- Removedbalanced-match@1.0.2(transitive)
- Removedbrace-expansion@1.1.11(transitive)
- Removedcommander@2.20.3(transitive)
- Removedconcat-map@0.0.1(transitive)
- Removedconfigstore@3.1.5(transitive)
- Removedcore-js-pure@3.39.0(transitive)
- Removedcspell-lib@3.0.8(transitive)
- Removedcspell-tools@3.0.8(transitive)
- Removedcspell-trie@3.0.10(transitive)
- Removedfs-extra@7.0.1(transitive)
- Removedfs.realpath@1.0.0(transitive)
- Removedgensequence@2.3.0(transitive)
- Removedglob@7.2.3(transitive)
- Removedhunspell-reader@2.1.2(transitive)
- Removediconv-lite@0.4.24(transitive)
- Removedinflight@1.0.6(transitive)
- Removedinherits@2.0.4(transitive)
- Removedjs-xxhash@1.0.4(transitive)
- Removedjsonfile@4.0.0(transitive)
- Removedminimatch@3.1.2(transitive)
- Removedonce@1.4.0(transitive)
- Removedpath-is-absolute@1.0.1(transitive)
- Removedregenerator-runtime@0.14.1(transitive)
- Removedrxjs@6.6.7(transitive)
- Removedrxjs-stream@3.3.0(transitive)
- Removedsafer-buffer@2.1.2(transitive)
- Removedtslib@1.14.1(transitive)
- Removeduniversalify@0.1.2(transitive)
- Removedwrappy@1.0.2(transitive)
- Removedxregexp@4.4.1(transitive)
Updatedconfigstore@^4.0.0