
Security News
MCP Community Begins Work on Official MCP Metaregistry
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
fastify-qs
Advanced tools
A plugin for Fastify that adds support for parsing URL query parameters with qs.
Plugin accepts any options from qs.parse method
This plugin removes all unnecessary ? from the beginning of the query string.
This behavior can be disabled with disablePrefixTrim option.
npm i fastify-qs
disabled
: set true if you want to disable qs parsingdisablePrefixTrim
: set true if you want to disableconst fastify = require('fastify')()
fastify.register(require('fastify-qs'), {})
fastify.get('/*', (req, reply) => {
req.query // -> { a: ['1', '2'] }
reply.send('')
})
// GET: 'http://127.0.0.1/?a[]=1&a[]=2
FAQs
Fastify plugin for querystring parsing with qs
The npm package fastify-qs receives a total of 5,193 weekly downloads. As such, fastify-qs popularity was classified as popular.
We found that fastify-qs demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
Research
Security News
Socket uncovers an npm Trojan stealing crypto wallets and BullX credentials via obfuscated code and Telegram exfiltration.
Research
Security News
Malicious npm packages posing as developer tools target macOS Cursor IDE users, stealing credentials and modifying files to gain persistent backdoor access.