</>PackageGraphPackageGraph

whatwg-url-minimum

npmv0.2.0TypeScript

Derivative of whatwg-url without unicode handling and optimized for Expo

Safe to adopt

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

  • AWeight: grade A, Excellent.

    Zero runtime dependencies, about 210 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 whatwg-url-minimum 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.

210 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 whatwg-url-minimum README.

import { URL, URLSearchParams } from 'whatwg-url-minimum';

const url = new URL('https://Bücher.de/search?q=hello world');

url.hostname; // "xn--bcher-kva.de"
url.searchParams.append('page', '1');
url.href; // "https://xn--bcher-kva.de/search?q=hello%20world&page=1"

const params = new URLSearchParams('a=1&a=2');
params.getAll('a'); // ["1", "2"]

Dependencies

Declared by whatwg-url-minimum v0.2.0. Runtime dependencies are installed with the package; dev dependencies are not.

Dev (24)

@babel/plugin-transform-typescript ^7.28.5@changesets/cli ^2.29.7@changesets/get-github-info ^0.6.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/node ^25.0.3@vitest/coverage-v8 ^4.0.16@vitest/ui 4.0.18dotenv ^17.2.3lint-staged ^16.2.6npm-run-all ^4.1.5prettier ^3.6.2react-native ^0.86.0react-native-url-polyfill ^4.0.0rimraf ^6.1.0rollup ^4.53.3rollup-plugin-cjs-check ^1.0.3rollup-plugin-dts ^6.2.3typescript ^5.9.3vitest ^4.0.10whatwg-url 17.1.0whatwg-url-without-unicode 8.0.0-3

Used by

Popular packages that depend on whatwg-url-minimum.

Relationship graph

Dependencies (left) and dependents (right) of whatwg-url-minimum.

expowhatwg-url-minimum
whatwg-url-minimum dependencies dependents

Frequently installed together

Release history

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

Recent versions of whatwg-url-minimum
VersionPublishedSizeLicense
0.2.0latest1 month ago210 KBMIT
0.2.0-canary-cadc8fcce232c7d8b7dae8df86f2bb4c6883ccbf1 month ago210 KBMIT
0.2.0-canary-d960ea929d423affd716f581a9fc08b3ff1829971 month ago214 KBMIT
0.1.3-canary-ab94201f67ae01773fcbd3a1d492b84ce6dcbd121 month ago211 KBMIT
0.1.3-canary-a3a658364cdead6da100c25396bc1c9ce87db24a1 month ago210 KBMIT
0.1.3-canary-76eff997fe3a60932e19fef50bbfb0b43f4b4e981 month ago209 KBMIT
0.1.3-canary-8ffbfd68b02580cb34ca27aaac4d2ece02f21b141 month ago209 KBMIT
0.1.24 months ago144 KBMIT
0.1.2-canary-c05220356504d588be9954fe9f861212dd21af2a4 months ago144 KBMIT
0.1.17 months ago143 KBMIT
0.1.1-canary-39eae06e7667482a9c115545d806cc17ae22b5907 months ago143 KBMIT
0.1.07 months ago255 KBMIT
0.0.17 months ago255 KBMIT

Overview

whatwg-url-minimum is an npm package that derivative of whatwg-url without unicode handling and optimized for Expo. It has 1 known dependents in the graph. The latest version is 0.2.0, released under the MIT license.

Who should use it

Teams working in the npm ecosystem who need derivative of whatwg-url without unicode handling and optimized for Expo 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 (24 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 whatwg-url-minimum?

Yes — whatwg-url-minimum scores well across adoption, maintenance, weight, supply chain, and licensing. No download data reported for this package yet. Last published 56 days ago. 13 releases in the last 2 years.

How do I install whatwg-url-minimum?

Run `npm install whatwg-url-minimum` to add whatwg-url-minimum to your npm project.

What license is whatwg-url-minimum released under?

whatwg-url-minimum is distributed under the MIT license.

How popular is whatwg-url-minimum?

npm does not publish download counts. Within PackageGraph's crawl, 1 known packages depend on whatwg-url-minimum.

Is whatwg-url-minimum still maintained?

The most recent release of whatwg-url-minimum (v0.2.0) was published 1 month ago.

Does whatwg-url-minimum run install scripts?

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