We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2b2fbf commit 962df09Copy full SHA for 962df09
README.md
@@ -1,6 +1,6 @@
1
# fast-querystring
2
3
-Fast query-string parser to replace the legacy `node:querystring` parse & stringify functions.
+Fast query-string parser and stringifier to replace the legacy `node:querystring` module.
4
5
### Installation
6
package.json
@@ -1,7 +1,7 @@
{
"name": "fast-querystring",
- "version": "0.6.4",
- "description": "",
+ "version": "0.7.0",
+ "description": "A fast alternative to legacy querystring module",
"main": "lib/index.js",
"type": "commonjs",
7
"types": "lib/index.d.ts",
0 commit comments