@danetix/sentinel 1.0.0 → 1.0.1
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 +90 -171
- package/dist/stl.cjs.min.js +1 -1
- package/dist/stl.esm.min.js +1 -1
- package/dist/stl.min.js +1 -1
- package/dist/stl.umd.min.js +1 -1
- package/package.json +4 -7
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@danetix/sentinel",
|
|
3
|
-
"version": "1.0.
|
|
4
|
-
"description": "Danetix device intelligence SDK
|
|
3
|
+
"version": "1.0.1",
|
|
4
|
+
"description": "Danetix device intelligence SDK",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"author": "Danetix (https://danetix.com)",
|
|
7
7
|
"type": "module",
|
|
@@ -20,12 +20,9 @@
|
|
|
20
20
|
"LICENSE"
|
|
21
21
|
],
|
|
22
22
|
"keywords": [
|
|
23
|
+
"danetix",
|
|
23
24
|
"device intelligence",
|
|
24
|
-
"
|
|
25
|
-
"fraud detection",
|
|
26
|
-
"browser signals",
|
|
27
|
-
"anti-tamper",
|
|
28
|
-
"device identification"
|
|
25
|
+
"analytics"
|
|
29
26
|
],
|
|
30
27
|
"scripts": {
|
|
31
28
|
"build": "rollup -c",
|