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

cspell-trie-lib

Package Overview
Dependencies
Maintainers
1
Versions
295
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 4.0.15 to 4.0.16

2

dist/lib/walker.d.ts

@@ -46,3 +46,3 @@ import { TrieNode } from './TrieNode';

*/
next: (hinting: Hinting) => IteratorResult<YieldResult>;
next: (hinting?: Hinting) => IteratorResult<YieldResult>;
[Symbol.iterator]: () => WalkerIterator;

@@ -49,0 +49,0 @@ }

{
"name": "cspell-trie-lib",
"version": "4.0.15",
"version": "4.0.16",
"description": "Trie Data Structure to support cspell.",

@@ -60,3 +60,3 @@ "main": "dist/index.js",

},
"gitHead": "d0bd17d824aff49d1f0cc3d7fa384e99c7586715"
"gitHead": "b918b39bc90962f48043d44f7a565e8026f08118"
}
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