fast-querystring
A fast alternative to legacy querystring module
20
Versions
MIT
License
No
Install Scripts
Missing
Provenance
Supply chain provenance
Status for the latest visible version.
No SLSA provenance
npm registry signatures
gitHead linked
Without SLSA provenance there is no cryptographic link between this tarball and the public source, so a manually published version cannot be tied back to a reviewed commit.
Maintainers
matteo.collinaanonrig
Keywords
querystringqsparser
Accepted risks
Findings the reviewer chose to accept rather than block on.
| Source | Rule | Reason | Accepted by | When |
|---|---|---|---|---|
| source-diff | obfuscated-file:lib/internals/utf16.js | AI (source-diff): File is a precomputed UTF-16 percent-encoding lookup table (array of "%XX" strings), not obfuscated code. Standard optimization for a querystring library. | ai | |
| source-diff | source-size-tripled | AI (source-diff): Size increase is entirely from the UTF-16 encoding lookup table (762KB array of percent-encoded strings). Expected for this package's purpose. | ai |