Skip to content

v1.3.0

Compare
Choose a tag to compare
@JaneJeon JaneJeon released this 14 Sep 06:28
5fccc9f

This release adds two things:

  1. It utilizes dnsLookup passed through options, and got-ssrf now utilizes cached DNS lookups if provided.
  2. It adds memoization to hopefully help speed up the (potentially) computationally expensive operations, such as canonicization (which involves parsing whole ass HTML document) and tracker stripping (which involves matching tons of regex)

v1.2.0...v1.3.0