Socket
Socket
Sign inDemoInstall

cspell-trie-lib

Package Overview
Dependencies
Maintainers
0
Versions
286
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cspell-trie-lib - npm Package Compare versions

Comparing version 8.9.1 to 8.10.0

1

dist/lib/decodeTrie.d.ts

@@ -1,4 +0,3 @@

/// <reference types="node" resolution-mode="require"/>
import { type ITrie } from './ITrie.js';
export declare function decodeTrie(raw: string | Buffer): ITrie;
//# sourceMappingURL=decodeTrie.d.ts.map

@@ -1,4 +0,3 @@

/// <reference types="node" resolution-mode="require"/>
import type { TrieData } from '../TrieData.js';
export declare function decodeTrieData(raw: string | Buffer): TrieData;
//# sourceMappingURL=decode.d.ts.map

21

package.json
{
"name": "cspell-trie-lib",
"version": "8.9.1",
"version": "8.10.0",
"description": "Trie Data Structure to support cspell.",

@@ -16,9 +16,10 @@ "type": "module",

"dist",
"!**/__mocks__",
"!**/*.map",
"!**/*.perf.*",
"!**/*.spec.*",
"!**/*.test.*",
"!**/*.tsbuildInfo",
"!**/__mocks__",
"!**/perf/**",
"!**/test/**",
"!**/*.test.*",
"!**/*.spec.*",
"!**/*.map"
"!**/test/**"
],

@@ -53,4 +54,4 @@ "scripts": {

"dependencies": {
"@cspell/cspell-pipe": "8.9.1",
"@cspell/cspell-types": "8.9.1",
"@cspell/cspell-pipe": "8.10.0",
"@cspell/cspell-types": "8.10.0",
"gensequence": "^7.0.0"

@@ -62,3 +63,3 @@ },

"devDependencies": {
"@cspell/dict-en_us": "^4.3.22",
"@cspell/dict-en_us": "^4.3.23",
"@cspell/dict-es-es": "^3.0.0",

@@ -68,3 +69,3 @@ "@cspell/dict-nl-nl": "^2.3.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