openclientid 0.1.0-alpha.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.
Files changed (3) hide show
  1. package/README.md +17 -0
  2. package/dist/index.js +2833 -0
  3. package/package.json +54 -0
package/README.md ADDED
@@ -0,0 +1,17 @@
1
+ # openclientid
2
+
3
+ > Status: Active development (experimental)
4
+ >
5
+ > `openclientid` is **not ready for production use** yet.
6
+ > APIs, data fields, and behavior may change without notice between releases.
7
+ > Use this package only for evaluation, local testing, and development previews.
8
+
9
+ ## Purpose
10
+
11
+ `openclientid` is an open-source browser fingerprinting client intended to:
12
+
13
+ - Collect browser and device signals in a consistent way.
14
+ - Generate an identifier payload that can be sent to a backend for analysis.
15
+ - Help developers experiment with fraud/risk detection and account protection workflows.
16
+
17
+ This package is part of the broader OpenClientID project, which also includes a Rust server for server-side fingerprinting and signal processing.