Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

cspell-dictionary

Package Overview
Dependencies
Maintainers
0
Versions
123
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 8.9.1 to 8.10.0

2

dist/SpellingDictionary/SpellingDictionary.d.ts

@@ -44,3 +44,3 @@ import type { DictionaryInformation, ReplaceMap } from '@cspell/cspell-types';

*/
noSuggest?: boolean;
noSuggest?: boolean | undefined;
/**

@@ -47,0 +47,0 @@ * Extra dictionary information used in improving suggestions

@@ -1,2 +0,1 @@

/// <reference types="node" resolution-mode="require"/>
import type { ITrie, SuggestionCollector, SuggestionResult } from 'cspell-trie-lib';

@@ -3,0 +2,0 @@ import type { FindResult, HasOptions, SpellingDictionary, SpellingDictionaryOptions } from './SpellingDictionary.js';

{
"name": "cspell-dictionary",
"version": "8.9.1",
"version": "8.10.0",
"description": "A spelling dictionary library useful for checking words and getting suggestions.",

@@ -50,9 +50,9 @@ "type": "module",

"dependencies": {
"@cspell/cspell-pipe": "8.9.1",
"@cspell/cspell-types": "8.9.1",
"cspell-trie-lib": "8.9.1",
"@cspell/cspell-pipe": "8.10.0",
"@cspell/cspell-types": "8.10.0",
"cspell-trie-lib": "8.10.0",
"fast-equals": "^5.0.1",
"gensequence": "^7.0.0"
},
"gitHead": "f532c77cca4bfae380293c586f02f377354c850b"
"gitHead": "a5dde6ae7e2ac86ac956220d4b8c39a0e58e1bc6"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc