</>PackageGraphPackageGraph

fast-querystring

npmv1.1.2TypeScript

A 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.

1
Direct dependencies

Runtime packages this one declares itself.

1
Total installed

Distinct packages in the full runtime tree, deduplicated the way a package manager would.

28 KB
Install size

Unpacked size of this package plus its entire runtime tree.

1
Tree depth

Longest resolved dependency chain below this package.

Licenses in the dependency tree

MIT

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.

javascriptFull 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.

PackageWeekly downloadsDependentsLicenseLast release
fast-querystringthis page01MIT3 years ago
query-string22.1M3MIT1 day ago
qs04BSD-3-Clause1 day ago
commander451.1M11MIT1 day ago
postcss249.3M7MIT1 day ago
yargs-parser178.8M2ISC1 day ago

Dependencies

Declared by fast-querystring v1.1.2. Runtime dependencies are installed with the package; dev dependencies are not.

Dev (18)

@aws-sdk/querystring-builder ^3.342.0@aws-sdk/querystring-parser ^3.342.0@edge-runtime/vm ^3.0.1@types/node ^20.2.5@vitest/coverage-c8 ^0.31.4benchmark ^2.1.4cli-select ^1.1.2cronometro ^1.1.5http-querystring-stringify ^2.1.0jsdom ^22.1.0qs ^6.11.2query-string ^8.1.0querystringify ^2.2.0querystringify-ts ^0.1.5querystringparser ^0.1.1rome 12.1.3simple-git ^3.19.0vitest ^0.31.4

Used by

Popular packages that depend on fast-querystring.

Relationship graph

Dependencies (left) and dependents (right) of fast-querystring.

fast-decode-uri-c…find-my-wayfast-querystring
fast-querystring dependencies dependents

Frequently installed together

Release history

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

Recent versions of fast-querystring
VersionPublishedSizeLicense
1.1.2latest3 years ago19 KBMIT
1.1.13 years ago17 KBMIT
1.1.03 years ago762 KBMIT
1.0.04 years ago16 KBMIT
0.7.14 years ago16 KBMIT
0.7.04 years ago15 KBMIT
0.6.44 years ago15 KBMIT
0.6.34 years ago15 KBMIT
0.6.24 years ago15 KBMIT
0.6.14 years ago14 KBMIT
0.6.04 years ago14 KBMIT
0.5.04 years ago14 KBMIT
0.4.04 years ago7.9 KBMIT
0.3.14 years ago8.0 KBMIT
0.3.04 years ago8.0 KBMIT

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.