Skip to content
This repository has been archived by the owner on Feb 2, 2024. It is now read-only.

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 9, 2022
1 parent 7797805 commit b4ad89f
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 pump = require('pump')
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 @@ -49,6 +49,7 @@
},
"dependencies": {
"end-of-stream": "^1.4.4",
"fast-querystring": "^0.7.1",
"pump": "^3.0.0",
"semver": "^7.3.5",
"tiny-lru": "^8.0.2",
Expand Down

0 comments on commit b4ad89f

Please sign in to comment.