@tracetail/vue 2.3.3 → 2.3.5

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 (2) hide show
  1. package/README.md +5 -0
  2. package/package.json +11 -4
package/README.md CHANGED
@@ -2,6 +2,11 @@
2
2
 
3
3
  Official Vue 3 SDK for TraceTail - Enterprise Browser Fingerprinting with over 99.5% accuracy.
4
4
 
5
+ [![npm version](https://img.shields.io/npm/v/@tracetail/vue.svg)](https://www.npmjs.com/package/@tracetail/vue)
6
+ [![Downloads](https://img.shields.io/npm/dm/@tracetail/vue)](https://www.npmjs.com/package/@tracetail/vue)
7
+ [![TypeScript](https://img.shields.io/badge/TypeScript-Ready-blue.svg)](https://www.typescriptlang.org/)
8
+ [![Vue](https://img.shields.io/badge/Vue-3%2B-green.svg)](https://vuejs.org/)
9
+
5
10
  ## Features
6
11
 
7
12
  - 🎯 **Over 99.5% Accuracy** - Industry-leading browser fingerprinting
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tracetail/vue",
3
- "version": "2.3.3",
3
+ "version": "2.3.5",
4
4
  "description": "Vue SDK for TraceTail browser fingerprinting - over 99.5% accuracy",
5
5
  "type": "module",
6
6
  "main": "dist/tracetail-vue.cjs.js",
@@ -21,13 +21,19 @@
21
21
  "type-check": "tsc --noEmit",
22
22
  "prepublishOnly": "npm run build"
23
23
  },
24
+ "homepage": "https://demo-vue.tracetail.io",
24
25
  "repository": {
25
26
  "type": "git",
26
- "url": "https://github.com/tracetail/tracetail.git"
27
+ "url": "https://github.com/tracetail/tracetail-js.git",
28
+ "directory": "packages/vue"
29
+ },
30
+ "bugs": {
31
+ "url": "https://github.com/tracetail/tracetail-js/issues"
27
32
  },
28
33
  "keywords": [
29
34
  "tracetail",
30
35
  "fingerprinting",
36
+ "browser-fingerprinting",
31
37
  "browser-fingerprint",
32
38
  "device-fingerprint",
33
39
  "fraud-detection",
@@ -35,7 +41,8 @@
35
41
  "vue3",
36
42
  "composition-api",
37
43
  "security",
38
- "identification"
44
+ "identification",
45
+ "live-demo"
39
46
  ],
40
47
  "author": "TraceTail Inc.",
41
48
  "license": "MIT",
@@ -72,4 +79,4 @@
72
79
  "LICENSE"
73
80
  ],
74
81
  "sideEffects": false
75
- }
82
+ }