Skip to content

Commit

Permalink
perf: replace querystring with fast-querystring
Browse files Browse the repository at this point in the history
  • Loading branch information
anonrig committed Sep 13, 2022
1 parent 0056c1e commit 1cca08b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

const fp = require('fastify-plugin')
const lru = require('tiny-lru')
const querystring = require('querystring')
const querystring = require('fast-querystring')
const Stream = require('stream')
const buildRequest = require('./lib/request')
const {
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
"dependencies": {
"@fastify/error": "^3.0.0",
"end-of-stream": "^1.4.4",
"fast-querystring": "^1.0.0",
"fastify-plugin": "^4.0.0",
"pump": "^3.0.0",
"tiny-lru": "^8.0.2",
Expand Down

0 comments on commit 1cca08b

Please sign in to comment.