Skip to content

Releases: sudoplatform/sudo-site-reputation-js

6.0.0

29 Sep 18:40
Compare
Choose a tag to compare

Enhancements:

  • Update to node 18
  • Added support for additional site reputation categories from the API response.

5.0.0

02 May 21:48
Compare
Choose a tag to compare

5.0.0

Enhancements

  • BREAKING SudoSiteReputationClient renamed to LegacySudoSiteReputationClient
    • Old types prefixed with Legacy
  • New SudoSiteReputationClient with simplified SiteReputation response
  • SudoSiteReputationClient now uses idb-storage-provider to cache responses from our api
  • SudoSiteReputationClient now has a reset function you can use to reset the cache
  • Updates dependencies

Upgrade Path

  • Rename current SudoSiteReputationClient to LegacySudoSiteReputationClient along with any legacy types
    or
  • Consume simplified SiteReputation response from new api client

4.0.1

15 Feb 21:49
Compare
Choose a tag to compare

Changes

  • Fix the category schema being changed from int to id.

4.0.0

14 Dec 17:38
Compare
Choose a tag to compare

Breaking

  • Update the response from RealtimeReputationClient.getSiteReputation(url) to include more properties and include an unknown response.

3.0.1

01 Dec 19:12
Compare
Choose a tag to compare

Changes

  • Exports RealtimeReputationClient and ApiClient from root.

3.0.0

04 Nov 20:40
Compare
Choose a tag to compare

Changes

  • Exposes a new RealtimeReputationClient to get the reputation score.

2.2.0

02 Nov 19:36
Compare
Choose a tag to compare
  • Provides a larger selection of URLs that will be flagged as "Malicious", including a large selection of phishing URLs.

2.1.0

09 Aug 20:37
Compare
Choose a tag to compare
  • Expose a constant for the userEntitled entitlement name

2.0.0

04 Aug 22:16
Compare
Choose a tag to compare
  • Now uses the static data bucket created by the Site Reputation Service. This release requires a fresh SDK Config downloaded from the Admin Console.

1.2.0

16 Jul 19:28
Compare
Choose a tag to compare
  • Throw NotAuthroizedError from @sudoplatform/sudo-common when request fails do to user being unauthorized.
  • Dependency updates