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.8.0
to
10.0.0
+7
-7
package.json

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

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

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

"engines": {
"node": ">=20"
"node": ">=22.18.0"
},
"dependencies": {
"@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",
"@cspell/cspell-performance-monitor": "10.0.0",
"@cspell/cspell-pipe": "10.0.0",
"@cspell/cspell-types": "10.0.0",
"cspell-trie-lib": "10.0.0",
"fast-equals": "^6.0.0"

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

},
"gitHead": "c822013ce676dffb5fa5544567c25a3ae666718f"
"gitHead": "6ddfd576b6bb554a7cb8dba1ab053a0b6ff8021f"
}