
Security News
Google’s OSV Fix Just Added 500+ New Advisories — All Thanks to One Small Policy Change
A data handling bug in OSV.dev caused disputed CVEs to disappear from vulnerability feeds until a recent fix restored over 500 advisories.
@types/glob
Advanced tools
Stub TypeScript definitions entry for glob, which provides its own types definitions
This is a stub types definition for @types/glob (https://github.com/isaacs/node-glob#readme).
glob provides its own type definitions, so you don't need @types/glob installed!
Minimatch is a minimal matching utility that implements the same glob pattern matching rules. It is actually used by glob under the hood. Compared to @types/glob, minimatch provides a more focused, lower-level interface for pattern matching without filesystem operations.
Fast-glob is an alternative to glob that focuses on performance and additional features like multiple pattern matching. It provides a similar API to glob but is designed to be faster and more efficient, especially for large sets of files.
Node-glob is the underlying library that @types/glob provides types for. It offers the core functionality of file pattern matching. The comparison here is more about the relationship; @types/glob adds TypeScript support to node-glob, enhancing its usability in TypeScript projects.
FAQs
Stub TypeScript definitions entry for glob, which provides its own types definitions
The npm package @types/glob receives a total of 11,575,617 weekly downloads. As such, @types/glob popularity was classified as popular.
We found that @types/glob demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
A data handling bug in OSV.dev caused disputed CVEs to disappear from vulnerability feeds until a recent fix restored over 500 advisories.
Research
/Security News
175 malicious npm packages (26k+ downloads) used unpkg CDN to host redirect scripts for a credential-phishing campaign targeting 135+ organizations worldwide.
Security News
Python 3.14 adds template strings, deferred annotations, and subinterpreters, plus free-threaded mode, an experimental JIT, and Sigstore verification.