multitars
npmv1.0.2TypeScriptMultipart 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.
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.
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)
Used by
Popular packages that depend on multitars.
Relationship graph
Dependencies (left) and dependents (right) of multitars.
Frequently installed together
Expo Router is a file-based router for React Native and web applications.
The Expo SDK
TypeScript-first schema declaration and validation library with static type inference
Better streaming static file server with Range and conditional-GET support
Create clickable links in the terminal
A library for interacting with the app.json
Best-effort discovery of the machine's default gateway and local network IP exclusively with UDP sockets.
Blazing fast and accurate glob matcher written in JavaScript, with no dependencies and full support for standard and extended Bash glob features, including braces, extglobs, POSIX brackets, and regular expressions.
A high-level API to automate web browsers
Lightweight debugging utility for Node.js and the browser
TypeScript definitions for ws
Get details about the current Continuous Integration environment
Release history
46 releases in the last two years, typically about 0 days apart.
| Version | Published | Size | License |
|---|---|---|---|
| 1.0.2latest | 28 days ago | 146 KB | MIT |
| 1.0.2-canary-ae26b6ae44d4698ac34d851808d4d074e92b643c | 28 days ago | 146 KB | MIT |
| 1.0.2-canary-1a1291825fb3a9e2dbcc48ae90ba1662a8bda199 | 28 days ago | 146 KB | MIT |
| 1.0.2-canary-f59c31418662b5137bdc3d0b0c060a36e843d748 | 28 days ago | 146 KB | MIT |
| 1.0.2-canary-a4847992691446b2f584895186c11525185d45b2 | 28 days ago | 146 KB | MIT |
| 1.0.2-canary-2ed653b7e29f8c30a82ff3ad7923d5eddbdac6f3 | 28 days ago | 146 KB | MIT |
| 1.0.2-canary-56a9b1b73cfcbea1a60b2f350595ea74237cad68 | 28 days ago | 145 KB | MIT |
| 1.0.2-canary-d33a1ce859f281fb5ab9a0804e1711e41fc8047d | 28 days ago | 143 KB | MIT |
| 1.0.2-canary-8a6e77211ecd33d800cbc1d1ab8950f84e05784b | 28 days ago | 143 KB | MIT |
| 1.0.2-canary-f2ce61da5fc4ea76098a4cda7a2151807fd83c4b | 28 days ago | 141 KB | MIT |
| 1.0.2-canary-94f4996409d661e8ea3e7dd31d6198f6211587df | 28 days ago | 140 KB | MIT |
| 1.0.2-canary-889c6f8ee1927be16887addda5f8ffaa1826b471 | 28 days ago | 141 KB | MIT |
| 1.0.2-canary-a6fc9db8699c04b44b5c6ce36967279ec6ec7336 | 28 days ago | 136 KB | MIT |
| 1.0.2-canary-466e6973d752afeb5313da4fdb226bc6be28a293 | 28 days ago | 140 KB | MIT |
| 1.0.1 | 1 month ago | 135 KB | MIT |
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.