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.7.0
to
9.8.0
+1
-1
dist/SpellingDictionary/SuggestDictionary.d.ts
import type { SuggestionResult } from 'cspell-trie-lib';
import type { SuggestDictionary } from './SpellingDictionary.js';
import { type TypoEntry, type TyposDef } from './Typos/index.js';
import type { TypoEntry, TyposDef } from './Typos/index.js';
export interface PreferredSuggestionResult extends SuggestionResult {

@@ -5,0 +5,0 @@ isPreferred: true;

import type { IgnoreCaseOption, PreferredSuggestion, SpellingDictionary } from './SpellingDictionary.js';
import { type TypoEntry, type TyposDef } from './Typos/index.js';
import type { TypoEntry, TyposDef } from './Typos/index.js';
export interface TyposDictionary extends SpellingDictionary {

@@ -4,0 +4,0 @@ getPreferredSuggestions: (word: string) => PreferredSuggestion[];

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

},
"version": "9.7.0",
"version": "9.8.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.7.0",
"@cspell/cspell-pipe": "9.7.0",
"@cspell/cspell-types": "9.7.0",
"cspell-trie-lib": "9.7.0",
"@cspell/cspell-performance-monitor": "9.8.0",
"@cspell/cspell-pipe": "9.8.0",
"@cspell/cspell-types": "9.8.0",
"cspell-trie-lib": "9.8.0",
"fast-equals": "^6.0.0"

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

},
"gitHead": "48f64e0bd95b39011af6dc80cd8ae4d519511f73"
"gitHead": "c822013ce676dffb5fa5544567c25a3ae666718f"
}