Sign In

cspell-dictionary

Package Overview
Dependencies
Maintainers
1
Versions
162
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
10.0.1
to
10.1.0
+8
-8
package.json

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

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

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

"dependencies": {
"@cspell/cspell-performance-monitor": "10.0.1",
"@cspell/cspell-pipe": "10.0.1",
"@cspell/cspell-types": "10.0.1",
"cspell-trie-lib": "10.0.1",
"fast-equals": "^6.0.0"
"@cspell/cspell-performance-monitor": "10.1.0",
"@cspell/cspell-pipe": "10.1.0",
"@cspell/cspell-types": "10.1.0",
"cspell-trie-lib": "10.1.0",
"fast-equals": "^6.0.2"
},

@@ -68,5 +68,5 @@ "devDependencies": {

"gensequence": "^8.0.8",
"lorem-ipsum": "^2.0.10"
"lorem-ipsum": "^3.0.0"
},
"gitHead": "0f43abf29e5da0ecbcb08214055cdc1e3267c3ea"
"gitHead": "401518c5e37c06fb406aedadb3fc7a1c27eca8e6"
}