Skip to content

Commit 0053a8b

Browse files
committed
Updated dependencanies to remove security vulnerabilities
1 parent 49a6381 commit 0053a8b

3 files changed

Lines changed: 3017 additions & 737 deletions

File tree

README.md

Lines changed: 18 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -10,28 +10,24 @@ This SDK is designed for use in a web browser and uses XMLHttpRequest.
1010
There is also an [API Explorer](http://familysearch.github.io/fs-js-lite/docs/console.html)
1111
which is built using the SDK and a [Node.js sample app](https://github.com/FamilySearch/fs-pedigree-browser-node).
1212

13-
__Warning__: this SDK requires hard-coding the API endpoint URLs. That is
14-
considered bad practice when using the API. In most cases, FamilySearch does not
15-
consider URL changes as breaking changes. Read more about
16-
[dealing with change](https://familysearch.org/developers/docs/guides/evolution).
17-
18-
1. [Install](#install)
19-
2. [Usage](#usage)
20-
1. [Initialization Options](#init-options)
21-
2. [Authentication](#authentication)
22-
1. [Browser](#authentication-browser)
23-
2. [Node.js](#authentication-node)
24-
3. [Requests](#requests)
25-
4. [Responses](#responses)
26-
5. [Error Handling](#errors)
27-
6. [Redirects](#redirects)
28-
7. [Throttling](#throttling)
29-
8. [Middleware](#middleware)
30-
1. [Request Middleware](#request-middleware)
31-
2. [Response Middleware](#response-middleware)
32-
3. [Default Middleware](#default-middleware)
33-
9. [Objects Instead of Plain JSON](#objects-json)
34-
3. [Migrating from v1 to v2](#v2-migration)
13+
- [FamilySearch Lite JavaScript SDK](#familysearch-lite-javascript-sdk)
14+
- [Install](#install)
15+
- [Usage](#usage)
16+
- [Initialization Options](#initialization-options)
17+
- [Authentication](#authentication)
18+
- [Authentication in the Browser](#authentication-in-the-browser)
19+
- [Authentication in Node.js](#authentication-in-nodejs)
20+
- [Requests](#requests)
21+
- [Responses](#responses)
22+
- [Error Handling](#error-handling)
23+
- [Redirects](#redirects)
24+
- [Throttling](#throttling)
25+
- [Middleware](#middleware)
26+
- [Request Middleware](#request-middleware)
27+
- [Response Middleware](#response-middleware)
28+
- [Default Middlware](#default-middlware)
29+
- [Objects Instead of Plain JSON](#objects-instead-of-plain-json)
30+
- [Migrating from v1 to v2](#migrating-from-v1-to-v2)
3531

3632
<a name="install"></a>
3733

0 commit comments

Comments
 (0)