@forgerock/protect 0.0.0-beta-20251003204059 → 1.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -36,6 +36,10 @@ Install both modules and their latest versions:
|
|
|
36
36
|
npm install @forgerock/javascript-sdk @forgerock/protect
|
|
37
37
|
```
|
|
38
38
|
|
|
39
|
+
```sh
|
|
40
|
+
pnpm install @forgerock/javascript-sdk @forgerock/protect
|
|
41
|
+
```
|
|
42
|
+
|
|
39
43
|
#### Initialization (Recommended)
|
|
40
44
|
|
|
41
45
|
The `@forgerock/protect` module has a `protect()` function that accepts configuration options and returns a set of methods for interacting with Protect. The two main responsibilities of the Ping Protect module are the initialization of the profiling and data collection and the completion and preparation of the collected data for the server. You can find these two methods on the API returned by `protect()`.
|