You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

td-js-sdk

Package Overview
Dependencies
Maintainers
3
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

td-js-sdk - npm Package Versions

1345

3.1.1

Diff
i
imnutz
published 3.1.1 •

Changelog

Source

3.1.1 (2022-06-28)

  • Opt-in for new JavaScript endpoint
i
imnutz
published 3.1.0 •
i
imnutz
published 3.0.0 •

Changelog

Source

3.0.0 (2021-05-26)

  • Using the Fetch API as a replacement for the JSONP
i
imnutz
published 2.5.3 •
i
imnutz
published 2.5.2 •

Changelog

Source

2.5.2 (2021-03-08)

  • In 'Block All Cookies' mode, the localStorage is not accessible hence we should check for it's availability before using the localStorage APIs
i
imnutz
published 2.5.1 •

Changelog

Source

2.5.1 (2020-12-17)

  • Support Promise in IE11
i
imnutz
published 2.5.0 •

Changelog

Source

2.5.0 (2020-10-07)

  • Support consent management, see Consent Management
  • setAnonymousMode has option to keep client identifier
i
imnutz
published 2.4.2 •

Changelog

Source

2.4.2 (2020-08-27)

  • Client ID cookie is disabled in anonymous mode
  • setSignedMode should create client id if needed
i
imnutz
published 2.4.1 •

Changelog

Source

2.4.1 (2020-08-18)

  • Set SameSite=None;Secure attributes as default for cookies
i
imnutz
published 2.4.0 •

Changelog

Source

2.4.0 (2020-06-29)

  • Allow to set path, domain, secure, maxAge, sameSite as cookie options to fetchGlobalID api
  • Do not create cookies when not in signed mode
  • Add fetchUserSegments method to script loader
  • Update fetchUserSegments documentation