fast-querystring
npmv1.1.2TypeScriptA fast alternative to legacy querystring module
Not recommended for new projects
No — fast-querystring should not be adopted for new projects. Last published 1192 days ago.
- ?Adoption: grade ?, Not reported by this registry.
No download data reported for this package yet.
- FMaintenance: grade F, Failing.
Last published 1192 days ago.
- AWeight: grade A, Excellent.
Pulls in 1 transitive package, about 28 KB installed.
- ASupply chain: grade A, Excellent.
No install scripts, 2 maintainers, and a contained dependency surface.
- 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 fast-querystring 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.
Licenses in the dependency tree
Every license you inherit by installing fast-querystring, not just its own. Check this before a legal review, not after.
Compatibility
- Node.js
- No constraint declared
- Module format
- CommonJS only
- TypeScript
- Types included
- Install scripts
- None
Quick start
A usage example from the fast-querystring README.
const qs = require('fast-querystring')
// Parsing a querystring
console.log(qs.parse('hello=world&foo=bar&values=v1&values=v2'))
// {
// hello: 'world',
// foo: 'bar',
// values: ['v1', 'v2']
// }
// Stringifying an object
console.log(qs.stringify({ foo: ['bar', 'baz'] }))
// 'foo=bar&foo=baz'fast-querystring vs the alternatives
Packages solving a similar problem in the npm ecosystem, compared on the signals that drive an adoption decision.
| Package | Weekly downloads | Dependents | License | Last release |
|---|---|---|---|---|
| fast-querystringthis page | 0 | 1 | MIT | 3 years ago |
| query-string | 22.1M | 3 | MIT | 1 day ago |
| qs | 0 | 4 | BSD-3-Clause | 1 day ago |
| commander | 451.1M | 11 | MIT | 1 day ago |
| postcss | 249.3M | 7 | MIT | 1 day ago |
| yargs-parser | 178.8M | 2 | ISC | 1 day ago |
Dependencies
Declared by fast-querystring v1.1.2. Runtime dependencies are installed with the package; dev dependencies are not.
Runtime (1)
Dev (18)
Used by
Popular packages that depend on fast-querystring.
Relationship graph
Dependencies (left) and dependents (right) of fast-querystring.
Frequently installed together
Really Fast Deep Clone
Fast deep equal
TypeScript definitions for node
detect possibly catastrophic, exponential-time regular expressions
An AST-based pattern checker for JavaScript.
Release history
No releases in the last two years, typically about 0 days apart.
| Version | Published | Size | License |
|---|---|---|---|
| 1.1.2latest | 3 years ago | 19 KB | MIT |
| 1.1.1 | 3 years ago | 17 KB | MIT |
| 1.1.0 | 3 years ago | 762 KB | MIT |
| 1.0.0 | 4 years ago | 16 KB | MIT |
| 0.7.1 | 4 years ago | 16 KB | MIT |
| 0.7.0 | 4 years ago | 15 KB | MIT |
| 0.6.4 | 4 years ago | 15 KB | MIT |
| 0.6.3 | 4 years ago | 15 KB | MIT |
| 0.6.2 | 4 years ago | 15 KB | MIT |
| 0.6.1 | 4 years ago | 14 KB | MIT |
| 0.6.0 | 4 years ago | 14 KB | MIT |
| 0.5.0 | 4 years ago | 14 KB | MIT |
| 0.4.0 | 4 years ago | 7.9 KB | MIT |
| 0.3.1 | 4 years ago | 8.0 KB | MIT |
| 0.3.0 | 4 years ago | 8.0 KB | MIT |
Overview
fast-querystring is an npm package that a fast alternative to legacy querystring module. It has 1 known dependents in the graph. The latest version is 1.1.2, released under the MIT license.
Who should use it
Teams working in the npm ecosystem who need a fast alternative to legacy querystring module 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 (19 direct dependencies) increases install size and audit surface.
Auto-generated from collected registry metadata. No external claims are inferred.
Maintainers
Keywords
Frequently asked questions
Should I use fast-querystring?
No — fast-querystring should not be adopted for new projects. Last published 1192 days ago.
How do I install fast-querystring?
Run `npm install fast-querystring` to add fast-querystring to your npm project.
How many dependencies does fast-querystring have?
fast-querystring declares 19 direct dependencies and pulls in 1 packages in total once its runtime tree is resolved totalling about 28 KB on disk.
What license is fast-querystring released under?
fast-querystring is distributed under the MIT license.
How popular is fast-querystring?
npm does not publish download counts. Within PackageGraph's crawl, 1 known packages depend on fast-querystring.
Is fast-querystring still maintained?
The most recent release of fast-querystring (v1.1.2) was published 3 years ago.
Does fast-querystring run install scripts?
No. fast-querystring does not define preinstall, install, or postinstall scripts, so installing it does not execute publisher-supplied code.