</>PackageGraphPackageGraph

tinyglobby

npmv0.2.17TypeScript

A 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.

2
Direct dependencies

Runtime packages this one declares itself.

2
Total installed

Distinct packages in the full runtime tree, deduplicated the way a package manager would.

182 KB
Install size

Unpacked size of this package plus its entire runtime tree.

1
Tree depth

Longest resolved dependency chain below this package.

Licenses in the dependency tree

MIT

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.

PackageWeekly downloadsDependentsLicenseLast release
tinyglobbythis page08MIT3 months ago
fast-glob135.1M8MIT1 day ago
fflate53.5M1MIT1 day ago
is-glob137.4M3MIT1 day ago
fastq122.5M1ISC1 day ago
reusify91M1MIT1 day ago

Dependencies

Declared by tinyglobby v0.2.17. Runtime dependencies are installed with the package; dev dependencies are not.

Dev (9)

@biomejs/biome ^2.4.16@types/node ^25.9.1@types/picomatch ^4.0.3fast-glob ^3.3.3fs-fixture ^2.14.0glob ^13.0.6tinybench ^6.0.2tsdown ^0.22.1typescript ^6.0.3

Used by

Popular packages that depend on tinyglobby.

Relationship graph

Dependencies (left) and dependents (right) of tinyglobby.

Frequently installed together

Release history

7 releases in the last two years, typically about 15 days apart.

Recent versions of tinyglobby
VersionPublishedSizeLicense
0.2.17latest3 months ago38 KBMIT
0.2.165 months ago38 KBMIT
0.2.151 year ago39 KBMIT
0.2.141 year ago30 KBMIT
0.2.131 year ago31 KBMIT
0.2.121 year ago30 KBMIT
0.2.111 year ago30 KBMIT
0.2.101 year ago24 KBMIT
0.2.91 year ago23 KBMIT
0.2.81 year ago23 KBMIT
0.2.71 year ago23 KBMIT
0.2.62 years ago39 KBISC
0.2.52 years ago37 KBISC
0.2.42 years ago37 KBISC
0.2.32 years ago37 KBISC

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

Keywords

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.