Skip to content

Update querystringify to 2.1.1 to fix core bug with uncaught exception #175

Closed
@niftylettuce

Description

@niftylettuce

v2.1.1 of querystringify was released which fixes an issue where it does not match Node's graceful fallback for decoding URI

unshiftio/querystringify@30e1d19

per Node's built-in:

By default, the querystring.unescape() method will attempt to use the JavaScript built-in decodeURIComponent() method to decode. If that fails, a safer equivalent that does not throw on malformed URLs will be used.

https://nodejs.org/api/querystring.html#querystring_querystring_unescape_str

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions