</>PackageGraphPackageGraph

qs

npmv6.16.0

A querystring parser that supports nesting and arrays, with a depth limit

Safe to adopt

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

  • BWeight: grade B, Good.

    Pulls in 17 transitive packages, about 712 KB installed (at least — some of the tree is still being crawled).

  • ASupply chain: grade A, Excellent.

    No install scripts, 2 maintainers, and a contained dependency surface.

  • ALicense: grade A, Excellent.

    BSD-3-Clause — 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 qs to a project.

2
Direct dependencies

Runtime packages this one declares itself.

17
Total installed

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

712 KB
Install size

Unpacked size of this package plus its entire runtime tree.

4
Tree depth

Longest resolved dependency chain below this package.

Part of this dependency tree has not been crawled yet, so these figures are a lower bound rather than a final total.

Licenses in the dependency tree

MIT

Every license you inherit by installing qs, not just its own. Check this before a legal review, not after.

Compatibility

Node.js
node >=0.6
Module format
CommonJS only
TypeScript
No bundled types
Install scripts
None

Quick start

A usage example from the qs README.

javascriptFull README ↗
var qs = require('qs');
var assert = require('assert');

var obj = qs.parse('a=c');
assert.deepEqual(obj, { a: 'c' });

var str = qs.stringify(obj);
assert.equal(str, 'a=c');

qs vs the alternatives

Packages solving a similar problem in the npm ecosystem, compared on the signals that drive an adoption decision.

PackageWeekly downloadsDependentsLicenseLast release
qsthis page04BSD-3-Clause11 days ago
query-string22.1M3MIT1 day ago
fast-querystring01MIT1 day ago
tr46192.6M1MIT1 day ago
@jridgewell/resolve-uri166.3M1MIT1 day ago
punycode148.9M2MIT1 day ago

Dependencies

Declared by qs v6.16.0. Runtime dependencies are installed with the package; dev dependencies are not.

Dev (32)

@browserify/envify ^6.0.0@browserify/uglifyify ^6.0.0@ljharb/eslint-config ^22.2.4browserify ^16.5.2bundle-collapser ^1.4.0common-shakeify ~1.0.0eclint ^2.8.1es-value-fixtures ^1.7.1eslint ^10.9.0evalmd ^0.0.22for-each ^0.3.5glob =10.3.7has-bigints ^1.1.0has-override-mistake ^1.0.1has-property-descriptors ^1.0.2has-proto ^1.2.0has-symbols ^1.1.0iconv-lite ^0.5.2in-publish ^2.0.1jackspeak =2.1.1jiti ^0.0.0mkdirp ^0.5.5mock-property ^1.1.2module-deps ^6.2.3npmignore ^0.3.5nyc ^10.3.2object-inspect ^1.13.4qs-iconv ^1.0.4safe-publish-latest ^2.0.0safer-buffer ^2.1.2tape ^5.10.2unassertify ^3.0.1

Used by

Popular packages that depend on qs.

Relationship graph

Dependencies (left) and dependents (right) of qs.

Frequently installed together

Release history

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

Recent versions of qs
VersionPublishedSizeLicense
6.16.0latest11 days ago366 KBBSD-3-Clause
6.15.32 months ago338 KBBSD-3-Clause
6.15.23 months ago315 KBBSD-3-Clause
6.15.15 months ago306 KBBSD-3-Clause
6.15.06 months ago300 KBBSD-3-Clause
6.13.36 months ago253 KBBSD-3-Clause
6.12.56 months ago246 KBBSD-3-Clause
6.11.46 months ago251 KBBSD-3-Clause
6.10.76 months ago239 KBBSD-3-Clause
6.9.96 months ago168 KBBSD-3-Clause
6.8.56 months ago158 KBBSD-3-Clause
6.7.56 months ago157 KBBSD-3-Clause
6.6.36 months ago145 KBBSD-3-Clause
6.5.56 months ago123 KBBSD-3-Clause
6.4.36 months ago113 KBBSD-3-Clause

Overview

qs is an npm package that a querystring parser that supports nesting and arrays, with a depth limit. It has 4 known dependents in the graph. The latest version is 6.16.0, released under the BSD-3-Clause license.

Who should use it

Teams working in the npm ecosystem who need a querystring parser that supports nesting and arrays, with a depth limit and value a focused solution.

When not to use it

Consider an alternative if you need to minimize your dependency tree, have first-class TypeScript types out of the box, or if a more actively-maintained option better fits your npm stack.

Pros

  • Clear open-source license (BSD-3-Clause).

Cons

  • Large dependency tree (34 direct dependencies) increases install size and audit surface.
  • No bundled TypeScript types (may require a separate @types package).

Auto-generated from collected registry metadata. No external claims are inferred.

Maintainers

Keywords

Funding

Frequently asked questions

Should I use qs?

Yes — qs scores well across adoption, maintenance, weight, supply chain, and licensing. No download data reported for this package yet. Last published 11 days ago. 37 releases in the last 2 years.

How do I install qs?

Run `npm install qs` to add qs to your npm project.

How many dependencies does qs have?

qs declares 34 direct dependencies and pulls in 17 packages in total once its runtime tree is resolved totalling about 712 KB on disk.

What license is qs released under?

qs is distributed under the BSD-3-Clause license.

How popular is qs?

npm does not publish download counts. Within PackageGraph's crawl, 4 known packages depend on qs.

Is qs still maintained?

The most recent release of qs (v6.16.0) was published 11 days ago.

Does qs run install scripts?

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