BranchMetrics / web-branch-deep-linking-attribution

The Branch Web SDK for deep linking and attribution. Once initialized, the Branch Web SDK allows you to create and share links with a banner (web only), over SMS, or your own methods by generating deep links. It also offers event tracking, access to referrals, and management of credits.
https://help.branch.io/developers-hub/docs/web-sdk-overview
MIT License
288 stars 101 forks source link

SDK-1456 - remove deprecated request library #807

Closed JagadeeshKaricherla-branch closed 2 years ago

JagadeeshKaricherla-branch commented 2 years ago

Description

Motivation and Context

Security concern about using a deprecated old library, request. NPM - Branch SDK

Addresses # (requirement) : SDK-1456

Type of change

:white_check_mark: bug fix

How Has This Been Tested?

:white_check_mark: Integration test

Build

Before After
dist/build.js 160kb 160kb
dist/build.min.js 80kb 80kb

Checklist: