@tracetail/react 2.3.4 → 2.3.6
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 +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
> React hooks for TraceTail enterprise browser fingerprinting with **over 99.5% accuracy**. Built for React 18 with full TypeScript support.
|
|
4
4
|
|
|
5
|
-
[](https://www.npmjs.com/package/@tracetail/react)
|
|
6
6
|
[](https://www.npmjs.com/package/@tracetail/react)
|
|
7
7
|
[](https://www.typescriptlang.org/)
|
|
8
8
|
[](https://reactjs.org/)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tracetail/react",
|
|
3
|
-
"version": "2.3.
|
|
3
|
+
"version": "2.3.6",
|
|
4
4
|
"description": "React hooks for TraceTail enterprise browser fingerprinting with over 99.5% accuracy. TypeScript support and React 18 compatibility.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"react": ">=16.8.0"
|
|
53
53
|
},
|
|
54
54
|
"dependencies": {
|
|
55
|
-
"@tracetail/js": "^2.3.
|
|
55
|
+
"@tracetail/js": "^2.3.3"
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
58
58
|
"@rollup/plugin-typescript": "^11.1.6",
|
|
@@ -63,4 +63,4 @@
|
|
|
63
63
|
"rollup": "^4.9.6",
|
|
64
64
|
"typescript": "^5.3.3"
|
|
65
65
|
}
|
|
66
|
-
}
|
|
66
|
+
}
|