</>PackageGraphPackageGraph

tinyexec

npmv1.3.1TypeScript

A minimal library for executing processes in Node

Safe to adopt

Yes — tinyexec scores well across adoption, maintenance, weight, supply chain, and licensing. No download data reported for this package yet. Last published 6 days ago. 17 releases in the last 2 years.

  • ?Adoption: grade ?, Not reported by this registry.

    No download data reported for this package yet.

  • AMaintenance: grade A, Excellent.

    Last published 6 days ago. 17 releases in the last 2 years.

  • AWeight: grade A, Excellent.

    Zero runtime dependencies, about 26 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 tinyexec to a project.

0
Direct dependencies

Runtime packages this one declares itself.

0
Total installed

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

26 KB
Install size

Unpacked size of this package plus its entire runtime tree.

Tree depth

Longest resolved dependency chain below this package.

Compatibility

Node.js
node >=18
Module format
ESM only
TypeScript
Types included
Install scripts
None

Quick start

A usage example from the tinyexec README.

import {x} from 'tinyexec';

const result = await x('ls', ['-l']);

// result.stdout - the stdout as a string
// result.stderr - the stderr as a string
// result.exitCode - the process exit code as a number

tinyexec vs the alternatives

Packages solving a similar problem in the npm ecosystem, compared on the signals that drive an adoption decision.

PackageWeekly downloadsDependentsLicenseLast release
tinyexecthis page08MIT6 days ago
open130.4M4MIT1 day ago
unicorn-magic31.6M1MIT1 day ago
@expo/osascript01MIT1 day ago
@expo/spawn-async09MIT1 day ago
is-glob137.4M3MIT1 day ago

Dependencies

Declared by tinyexec v1.3.1. Runtime dependencies are installed with the package; dev dependencies are not.

Dev (10)

@eslint/js ^10.0.1@types/node ^26.4.0@vitest/coverage-v8 ^4.1.11eslint ^10.9.1prettier ^3.9.6publint ^0.3.24tsdown ^0.22.14typescript npm:@typescript/typescript6@^6.0.2typescript-eslint ^8.68.0vitest ^4.0.7

Used by

Popular packages that depend on tinyexec.

Relationship graph

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

Frequently installed together

Release history

16 releases in the last two years, typically about 21 days apart.

Recent versions of tinyexec
VersionPublishedSizeLicense
1.3.1latest6 days ago26 KBMIT
1.3.01 month ago26 KBMIT
1.2.43 months ago22 KBMIT
1.2.33 months ago23 KBMIT
1.2.23 months agoMIT
1.2.13 months agoMIT
1.2.03 months agoMIT
1.1.24 months ago35 KBMIT
1.1.2-next.04 months ago35 KBMIT
1.1.15 months ago35 KBMIT
1.0.46 months ago32 KBMIT
1.0.36 months ago32 KBMIT
1.0.210 months ago26 KBMIT
1.0.11 year ago26 KBMIT
1.0.01 year ago26 KBMIT

Overview

tinyexec is an npm package that a minimal library for executing processes in Node. It has 8 known dependents in the graph. The latest version is 1.3.1, released under the MIT license.

Who should use it

Teams working in the npm ecosystem who need a minimal library for executing processes in Node 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

Frequently asked questions

Should I use tinyexec?

Yes — tinyexec scores well across adoption, maintenance, weight, supply chain, and licensing. No download data reported for this package yet. Last published 6 days ago. 17 releases in the last 2 years.

How do I install tinyexec?

Run `npm install tinyexec` to add tinyexec to your npm project.

What license is tinyexec released under?

tinyexec is distributed under the MIT license.

How popular is tinyexec?

npm does not publish download counts. Within PackageGraph's crawl, 8 known packages depend on tinyexec.

Is tinyexec still maintained?

The most recent release of tinyexec (v1.3.1) was published 6 days ago.

Does tinyexec run install scripts?

No. tinyexec does not define preinstall, install, or postinstall scripts, so installing it does not execute publisher-supplied code.