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

cspell-dictionary

Package Overview
Dependencies
Maintainers
1
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.14.4 to 8.15.0

14

package.json
{
"name": "cspell-dictionary",
"version": "8.14.4",
"version": "8.15.0",
"description": "A spelling dictionary library useful for checking words and getting suggestions.",
"type": "module",
"sideEffects": false,
"types": "dist/index.d.ts",
"module": "dist/index.js",

@@ -30,3 +29,4 @@ "exports": {

"test": "vitest run",
"test:perf": "NODE_ENV=production insight --register ts-node/esm --file \"**/*.perf.{mts,ts}\" -t 500",
"test:perf": "pnpm test:perf:js --all",
"test:perf:ts": "NODE_ENV=production NODE_OPTIONS=--import=@swc-node/register/esm-register insight --file \"**/*.perf.{mts,ts}\" -t 500",
"test:perf:js": "NODE_ENV=production insight -t 500",

@@ -54,5 +54,5 @@ "test:perf:prof": "NODE_ENV=production node --cpu-prof ../../node_modules/perf-insight/bin.mjs",

"dependencies": {
"@cspell/cspell-pipe": "8.14.4",
"@cspell/cspell-types": "8.14.4",
"cspell-trie-lib": "8.14.4",
"@cspell/cspell-pipe": "8.15.0",
"@cspell/cspell-types": "8.15.0",
"cspell-trie-lib": "8.15.0",
"fast-equals": "^5.0.1"

@@ -64,3 +64,3 @@ },

},
"gitHead": "aeedd49f6ef20799eed04076093291fcacbc4b84"
"gitHead": "60b04562dfa023eede01929d86fa944163c07256"
}
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