cspell-dictionary
Advanced tools
Comparing version 7.0.0-alpha.2 to 7.0.1-alpha.0
@@ -10,3 +10,3 @@ import { opConcatMap, pipe } from '@cspell/cspell-pipe/sync'; | ||
const findWordOptionsNotCaseSensitive = Object.freeze({ caseSensitive: false }); | ||
class SpellingDictionaryFromTrie { | ||
export class SpellingDictionaryFromTrie { | ||
constructor(trie, name, options, source = 'from trie', size) { | ||
@@ -140,3 +140,2 @@ this.trie = trie; | ||
SpellingDictionaryFromTrie.cachedWordsLimit = 50000; | ||
export { SpellingDictionaryFromTrie }; | ||
/** | ||
@@ -143,0 +142,0 @@ * Create a dictionary from a trie file. |
{ | ||
"name": "cspell-dictionary", | ||
"version": "7.0.0-alpha.2", | ||
"version": "7.0.1-alpha.0", | ||
"description": "A spelling dictionary library useful for checking words and getting suggestions.", | ||
@@ -50,9 +50,9 @@ "type": "module", | ||
"dependencies": { | ||
"@cspell/cspell-pipe": "7.0.0-alpha.2", | ||
"@cspell/cspell-types": "7.0.0-alpha.2", | ||
"cspell-trie-lib": "7.0.0-alpha.2", | ||
"@cspell/cspell-pipe": "7.0.1-alpha.0", | ||
"@cspell/cspell-types": "7.0.1-alpha.0", | ||
"cspell-trie-lib": "7.0.1-alpha.0", | ||
"fast-equals": "^4.0.3", | ||
"gensequence": "^5.0.2" | ||
}, | ||
"gitHead": "a1b7c5daeef5afdb14d6444318f450b9fd9c035a" | ||
"gitHead": "9ac874fd367a2858df9aab07fafad183347f2033" | ||
} |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
91878
2363
+ Added@cspell/cspell-pipe@7.0.1-alpha.0(transitive)
+ Added@cspell/cspell-types@7.0.1-alpha.0(transitive)
+ Addedcspell-trie-lib@7.0.1-alpha.0(transitive)
- Removed@cspell/cspell-pipe@7.0.0-alpha.2(transitive)
- Removed@cspell/cspell-types@7.0.0-alpha.2(transitive)
- Removedcspell-trie-lib@7.0.0-alpha.2(transitive)