tinyglobby
npmv0.2.17TypeScriptA fast and minimal alternative to globby and fast-glob
Safe to adopt
Yes — tinyglobby scores well across adoption, maintenance, weight, supply chain, and licensing. No download data reported for this package yet. Last published 102 days ago. 11 releases in the last 2 years.
- ?Adoption: grade ?, Not reported by this registry.
No download data reported for this package yet.
- BMaintenance: grade B, Good.
Last published 102 days ago. 11 releases in the last 2 years.
- AWeight: grade A, Excellent.
Pulls in 2 transitive packages, about 182 KB installed.
- BSupply chain: grade B, Good.
This package has a single maintainer (bus factor of 1).
- ALicense: grade A, Excellent.
MIT — permissive, with no copyleft found in the dependency tree.
Grades are computed deterministically from registry metadata collected by PackageGraph — downloads, dependents, publish dates, the resolved dependency tree, maintainer count, and declared licenses. No third-party scores are used.
Install cost
What you actually take on by adding tinyglobby to a project.
Runtime packages this one declares itself.
Distinct packages in the full runtime tree, deduplicated the way a package manager would.
Unpacked size of this package plus its entire runtime tree.
Longest resolved dependency chain below this package.
Licenses in the dependency tree
Every license you inherit by installing tinyglobby, not just its own. Check this before a legal review, not after.
Compatibility
- Node.js
- node >=12.0.0
- Module format
- ESM + CommonJS
- TypeScript
- Types included
- Install scripts
- None
Quick start
A usage example from the tinyglobby README.
import { glob, globSync } from 'tinyglobby';
await glob(['files/*.ts', '!**/*.d.ts'], { cwd: 'src' });
globSync('src/**/*.ts', { ignore: '**/*.d.ts' });tinyglobby vs the alternatives
Packages solving a similar problem in the npm ecosystem, compared on the signals that drive an adoption decision.
Dependencies
Declared by tinyglobby v0.2.17. Runtime dependencies are installed with the package; dev dependencies are not.
Runtime (2)
Dev (9)
Used by
Popular packages that depend on tinyglobby.
Native-ESM powered web dev build tool
Next generation testing framework powered by Vite
UI for Vitest
Cybernetically enhanced web apps
DevTools for Vitest
Framework for building one portable devtool integration that runs in any viewer.
A framework for building native apps using React
Code generation tools for React Native
Relationship graph
Dependencies (left) and dependents (right) of tinyglobby.
Frequently installed together
Simple yet powerful framework for building command-line apps.
Structured diagnostic code library
Model Context Protocol implementation for TypeScript - Client package
Get an available TCP port to listen
Universal filesystem path utils
A lightweight JavaScript debugging utility, forked from debug, featuring TypeScript and ESM support.
Model Context Protocol implementation for TypeScript - Server package
Message based Two-way remote procedure call
URL utils for humans
A tiny (2.8kB) and fast utility for getting a MIME type from an extension or filename
Missing ECMAScript module utils for Node.js
Next generation testing framework powered by Vite
Release history
7 releases in the last two years, typically about 15 days apart.
| Version | Published | Size | License |
|---|---|---|---|
| 0.2.17latest | 3 months ago | 38 KB | MIT |
| 0.2.16 | 5 months ago | 38 KB | MIT |
| 0.2.15 | 1 year ago | 39 KB | MIT |
| 0.2.14 | 1 year ago | 30 KB | MIT |
| 0.2.13 | 1 year ago | 31 KB | MIT |
| 0.2.12 | 1 year ago | 30 KB | MIT |
| 0.2.11 | 1 year ago | 30 KB | MIT |
| 0.2.10 | 1 year ago | 24 KB | MIT |
| 0.2.9 | 1 year ago | 23 KB | MIT |
| 0.2.8 | 1 year ago | 23 KB | MIT |
| 0.2.7 | 1 year ago | 23 KB | MIT |
| 0.2.6 | 2 years ago | 39 KB | ISC |
| 0.2.5 | 2 years ago | 37 KB | ISC |
| 0.2.4 | 2 years ago | 37 KB | ISC |
| 0.2.3 | 2 years ago | 37 KB | ISC |
Overview
tinyglobby is an npm package that a fast and minimal alternative to globby and fast-glob. It has 8 known dependents in the graph. The latest version is 0.2.17, released under the MIT license.
Who should use it
Teams working in the npm ecosystem who need a fast and minimal alternative to globby and fast-glob and value a focused solution.
When not to use it
Consider an alternative if you need to or if a more actively-maintained option better fits your npm stack.
Pros
- Ships TypeScript type definitions.
- Clear open-source license (MIT).
Cons
- No significant drawbacks detected from available metadata.
Auto-generated from collected registry metadata. No external claims are inferred.
Maintainers
Funding
Frequently asked questions
Should I use tinyglobby?
Yes — tinyglobby scores well across adoption, maintenance, weight, supply chain, and licensing. No download data reported for this package yet. Last published 102 days ago. 11 releases in the last 2 years.
How do I install tinyglobby?
Run `npm install tinyglobby` to add tinyglobby to your npm project.
How many dependencies does tinyglobby have?
tinyglobby declares 11 direct dependencies and pulls in 2 packages in total once its runtime tree is resolved totalling about 182 KB on disk.
What license is tinyglobby released under?
tinyglobby is distributed under the MIT license.
How popular is tinyglobby?
npm does not publish download counts. Within PackageGraph's crawl, 8 known packages depend on tinyglobby.
Is tinyglobby still maintained?
The most recent release of tinyglobby (v0.2.17) was published 3 months ago.
Does tinyglobby run install scripts?
No. tinyglobby does not define preinstall, install, or postinstall scripts, so installing it does not execute publisher-supplied code.