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 7.0.0-alpha.2 to 7.0.1-alpha.0

3

dist/SpellingDictionary/SpellingDictionaryFromTrie.js

@@ -10,3 +10,3 @@ import { opConcatMap, pipe } from '@cspell/cspell-pipe/sync';

const findWordOptionsNotCaseSensitive = Object.freeze({ caseSensitive: false });
class SpellingDictionaryFromTrie {
export class SpellingDictionaryFromTrie {
constructor(trie, name, options, source = 'from trie', size) {

@@ -140,3 +140,2 @@ this.trie = trie;

SpellingDictionaryFromTrie.cachedWordsLimit = 50000;
export { SpellingDictionaryFromTrie };
/**

@@ -143,0 +142,0 @@ * Create a dictionary from a trie file.

{
"name": "cspell-dictionary",
"version": "7.0.0-alpha.2",
"version": "7.0.1-alpha.0",
"description": "A spelling dictionary library useful for checking words and getting suggestions.",

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

"dependencies": {
"@cspell/cspell-pipe": "7.0.0-alpha.2",
"@cspell/cspell-types": "7.0.0-alpha.2",
"cspell-trie-lib": "7.0.0-alpha.2",
"@cspell/cspell-pipe": "7.0.1-alpha.0",
"@cspell/cspell-types": "7.0.1-alpha.0",
"cspell-trie-lib": "7.0.1-alpha.0",
"fast-equals": "^4.0.3",
"gensequence": "^5.0.2"
},
"gitHead": "a1b7c5daeef5afdb14d6444318f450b9fd9c035a"
"gitHead": "9ac874fd367a2858df9aab07fafad183347f2033"
}
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