Sign In

cspell-dictionary

Package Overview
Dependencies
Maintainers
1
Versions
161
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cspell-dictionary - npm Package Compare versions

Comparing version
9.6.4
to
9.7.0
+1
-0
dist/SpellingDictionary/SpellingDictionaryFromTrie.js

@@ -49,2 +49,3 @@ import { CompoundWordsMethod, decodeTrie, suggestionCollector } from 'cspell-trie-lib';

const i = this.trie.iterate();
// eslint-disable-next-line no-useless-assignment
let deeper = true;

@@ -51,0 +52,0 @@ let size = 0;

+6
-6

@@ -7,3 +7,3 @@ {

},
"version": "9.6.4",
"version": "9.7.0",
"description": "A spelling dictionary library useful for checking words and getting suggestions.",

@@ -58,6 +58,6 @@ "type": "module",

"dependencies": {
"@cspell/cspell-performance-monitor": "9.6.4",
"@cspell/cspell-pipe": "9.6.4",
"@cspell/cspell-types": "9.6.4",
"cspell-trie-lib": "9.6.4",
"@cspell/cspell-performance-monitor": "9.7.0",
"@cspell/cspell-pipe": "9.7.0",
"@cspell/cspell-types": "9.7.0",
"cspell-trie-lib": "9.7.0",
"fast-equals": "^6.0.0"

@@ -70,3 +70,3 @@ },

},
"gitHead": "e126c7f5708d4258ada35ba1d29d18952d7f0886"
"gitHead": "48f64e0bd95b39011af6dc80cd8ae4d519511f73"
}