@tracetail/js 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 +2 -2
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
> Enterprise browser fingerprinting with **over 99.5% accuracy**. Zero dependencies, TypeScript support, and rock-solid stability.
|
|
4
4
|
|
|
5
|
-
[](https://www.npmjs.com/package/@tracetail/js)
|
|
6
6
|
[](https://www.npmjs.com/package/@tracetail/js)
|
|
7
7
|
[](https://www.typescriptlang.org/)
|
|
8
8
|
[](https://bundlephobia.com/package/@tracetail/js)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tracetail/js",
|
|
3
|
-
"version": "2.3.
|
|
3
|
+
"version": "2.3.6",
|
|
4
4
|
"description": "TraceTail JavaScript SDK for browser fingerprinting",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -40,4 +40,4 @@
|
|
|
40
40
|
"@rollup/plugin-terser": "^0.4.4",
|
|
41
41
|
"typescript": "^5.3.3"
|
|
42
42
|
}
|
|
43
|
-
}
|
|
43
|
+
}
|