You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

cspell-gitignore

Package Overview
Dependencies
Maintainers
1
Versions
236
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cspell-gitignore - npm Package Compare versions

Comparing version
9.5.0
to
9.6.0
+1
-1
dist/GitIgnoreFile.d.ts
import type { GlobPatternWithRoot } from 'cspell-glob';
import { GlobMatcher } from 'cspell-glob';
import { VFileSystem } from 'cspell-io';
import type { VFileSystem } from 'cspell-io';
export interface IsIgnoredExResult {

@@ -5,0 +5,0 @@ glob: string | undefined;

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

},
"version": "9.5.0",
"version": "9.6.0",
"description": "Gitignore Glob matcher for cspell",

@@ -61,7 +61,7 @@ "keywords": [

"dependencies": {
"@cspell/url": "9.5.0",
"cspell-glob": "9.5.0",
"cspell-io": "9.5.0"
"@cspell/url": "9.6.0",
"cspell-glob": "9.6.0",
"cspell-io": "9.6.0"
},
"gitHead": "4407eed11650481d9037e5a1d53488a93ff4b66d"
"gitHead": "163793ddf2a0ad90bc7c90351698a106003297af"
}