</>PackageGraphPackageGraph

multitars

npmv1.0.2TypeScript

Multipart and Tar utilities for the Web Streams API

Safe to adopt

Yes — multitars scores well across adoption, maintenance, weight, supply chain, and licensing. No download data reported for this package yet. Last published 28 days ago. 46 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 28 days ago. 46 releases in the last 2 years.

  • AWeight: grade A, Excellent.

    Zero runtime dependencies, about 146 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 multitars 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.

146 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
No constraint declared
Module format
ESM + CommonJS
TypeScript
Types included
Install scripts
None

Quick start

A usage example from the multitars README.

export type ReadableStreamLike<T> =
  | ReadableStream<T>
  | AsyncIterable<T>
  | Iterable<T>;

Dependencies

Declared by multitars v1.0.2. Runtime dependencies are installed with the package; dev dependencies are not.

Dev (23)

@babel/plugin-transform-typescript ^7.28.5@changesets/cli ^2.29.7@changesets/get-github-info ^0.6.0@fastify/busboy ^3.2.0@remix-run/tar-parser ^0.7.0@rollup/plugin-babel ^6.1.0@rollup/plugin-commonjs ^29.0.0@rollup/plugin-node-resolve ^16.0.3@rollup/plugin-terser ^0.4.4@types/tar-stream ^3.1.4dotenv ^17.2.3lint-staged ^16.2.6modern-tar ^0.7.2npm-run-all ^4.1.5prettier ^3.6.2rimraf ^6.1.0rollup ^4.53.3rollup-plugin-cjs-check ^1.0.3rollup-plugin-dts ^6.2.3tar ^7.5.2tar-stream ^3.1.7typescript ^5.9.3vitest ^4.0.10

Used by

Popular packages that depend on multitars.

Relationship graph

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

@expo/climultitars
multitars dependencies dependents

Frequently installed together

Release history

46 releases in the last two years, typically about 0 days apart.

Recent versions of multitars
VersionPublishedSizeLicense
1.0.2latest28 days ago146 KBMIT
1.0.2-canary-ae26b6ae44d4698ac34d851808d4d074e92b643c28 days ago146 KBMIT
1.0.2-canary-1a1291825fb3a9e2dbcc48ae90ba1662a8bda19928 days ago146 KBMIT
1.0.2-canary-f59c31418662b5137bdc3d0b0c060a36e843d74828 days ago146 KBMIT
1.0.2-canary-a4847992691446b2f584895186c11525185d45b228 days ago146 KBMIT
1.0.2-canary-2ed653b7e29f8c30a82ff3ad7923d5eddbdac6f328 days ago146 KBMIT
1.0.2-canary-56a9b1b73cfcbea1a60b2f350595ea74237cad6828 days ago145 KBMIT
1.0.2-canary-d33a1ce859f281fb5ab9a0804e1711e41fc8047d28 days ago143 KBMIT
1.0.2-canary-8a6e77211ecd33d800cbc1d1ab8950f84e05784b28 days ago143 KBMIT
1.0.2-canary-f2ce61da5fc4ea76098a4cda7a2151807fd83c4b28 days ago141 KBMIT
1.0.2-canary-94f4996409d661e8ea3e7dd31d6198f6211587df28 days ago140 KBMIT
1.0.2-canary-889c6f8ee1927be16887addda5f8ffaa1826b47128 days ago141 KBMIT
1.0.2-canary-a6fc9db8699c04b44b5c6ce36967279ec6ec733628 days ago136 KBMIT
1.0.2-canary-466e6973d752afeb5313da4fdb226bc6be28a29328 days ago140 KBMIT
1.0.11 month ago135 KBMIT

Overview

multitars is an npm package that multipart and Tar utilities for the Web Streams API. It has 1 known dependents in the graph. The latest version is 1.0.2, released under the MIT license.

Who should use it

Teams working in the npm ecosystem who need multipart and Tar utilities for the Web Streams API and value a focused solution.

When not to use it

Consider an alternative if you need to minimize your dependency tree, or if a more actively-maintained option better fits your npm stack.

Pros

  • Ships TypeScript type definitions.
  • Clear open-source license (MIT).

Cons

  • Large dependency tree (23 direct dependencies) increases install size and audit surface.

Auto-generated from collected registry metadata. No external claims are inferred.

Maintainers

Frequently asked questions

Should I use multitars?

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

How do I install multitars?

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

What license is multitars released under?

multitars is distributed under the MIT license.

How popular is multitars?

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

Is multitars still maintained?

The most recent release of multitars (v1.0.2) was published 28 days ago.

Does multitars run install scripts?

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