whatwg-url-minimum
npmv0.2.0TypeScriptDerivative 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.
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 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)
Used by
Popular packages that depend on whatwg-url-minimum.
Relationship graph
Dependencies (left) and dependents (right) of whatwg-url-minimum.
Frequently installed together
A WebView specifically designed for Expo DOM components
React is a JavaScript library for building user interfaces.
React package for working with the DOM.
A framework for building native apps using React
Tools for making advanced Metro bundler features work
A structuredClone polyfill
A library for interacting with the app.json
Provides access to the local file system on the device.
A library for Expo config plugins
A Metro config for running React Native projects with the Metro bundler
The core of Expo Modules architecture
TypeScript definitions for react
Release history
13 releases in the last two years, typically about 0 days apart.
| Version | Published | Size | License |
|---|---|---|---|
| 0.2.0latest | 1 month ago | 210 KB | MIT |
| 0.2.0-canary-cadc8fcce232c7d8b7dae8df86f2bb4c6883ccbf | 1 month ago | 210 KB | MIT |
| 0.2.0-canary-d960ea929d423affd716f581a9fc08b3ff182997 | 1 month ago | 214 KB | MIT |
| 0.1.3-canary-ab94201f67ae01773fcbd3a1d492b84ce6dcbd12 | 1 month ago | 211 KB | MIT |
| 0.1.3-canary-a3a658364cdead6da100c25396bc1c9ce87db24a | 1 month ago | 210 KB | MIT |
| 0.1.3-canary-76eff997fe3a60932e19fef50bbfb0b43f4b4e98 | 1 month ago | 209 KB | MIT |
| 0.1.3-canary-8ffbfd68b02580cb34ca27aaac4d2ece02f21b14 | 1 month ago | 209 KB | MIT |
| 0.1.2 | 4 months ago | 144 KB | MIT |
| 0.1.2-canary-c05220356504d588be9954fe9f861212dd21af2a | 4 months ago | 144 KB | MIT |
| 0.1.1 | 7 months ago | 143 KB | MIT |
| 0.1.1-canary-39eae06e7667482a9c115545d806cc17ae22b590 | 7 months ago | 143 KB | MIT |
| 0.1.0 | 7 months ago | 255 KB | MIT |
| 0.0.1 | 7 months ago | 255 KB | MIT |
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.