ljharb / qs

A querystring parser with nesting support
BSD 3-Clause "New" or "Revised" License
8.51k stars 729 forks source link

[New] `stringify`: throw on cycles, instead of an infinite loop #394

Closed Poyoman39 closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #394 (fd5b85d) into master (e40c0e0) will increase coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #394   +/-   ##
=======================================
  Coverage   99.85%   99.85%           
=======================================
  Files           8        8           
  Lines        1363     1378   +15     
  Branches      166      167    +1     
=======================================
+ Hits         1361     1376   +15     
  Misses          2        2           
Impacted Files Coverage Δ
lib/stringify.js 100.00% <100.00%> (ø)
test/stringify.js 99.75% <100.00%> (+<0.01%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update e40c0e0...74dd9d2. Read the comment docs.