verosintjs 0.0.1 → 0.0.2

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.
@@ -70,6 +70,8 @@ public-assets:
70
70
  mkdir assets/public/verosintjs/${VERSION}
71
71
  cp dist/verosintjs.umd.js assets/public/verosintjs/${VERSION}/verosintjs.umd.js
72
72
  cd assets
73
+ git config user.email "deploybot@verosint.com"
74
+ git config user.name "verosint_group_deploy_bot"
73
75
  BRANCH_NAME="verosintjs-${VERSION}"
74
76
  git checkout -b "${BRANCH_NAME}"
75
77
  git add public/verosintjs
package/README.md ADDED
@@ -0,0 +1,10 @@
1
+ # VerosintJS SDK
2
+
3
+ This SDK enables [Verosint](https://www.verosint.com?utm_source=npm) customers to
4
+ capture browser fingerprint in their application and submit the fingerprint to
5
+ the [Verosint APIs](https://docs.verosint.com/reference/events?utm_source=npm) for
6
+ fraud detection and prevention purposes.
7
+
8
+ This [example](https://docs.verosint.com/docs/capturing-the-device-id-in-a-universal-login?utm_source=npm)
9
+ with the Auth0 React SDK demonstrates how to use the SDK to submit the browser
10
+ fingerprint during the login process.
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "verosintjs",
3
- "version": "0.0.1",
3
+ "version": "0.0.2",
4
4
  "description": "Verosint JavaScript SDK",
5
- "homepage": "https://www.verosint.com/",
5
+ "homepage": "https://www.verosint.com",
6
6
  "keywords": [
7
7
  "verosint",
8
8
  "sdk",
@@ -48,7 +48,7 @@
48
48
  "@rollup/plugin-typescript": "^12.1.0",
49
49
  "@types/node": "20.12.7",
50
50
  "gts": "^5.3.1",
51
- "rollup": "^4.22.4",
51
+ "rollup": "^4.23.0",
52
52
  "rollup-plugin-dts": "^6.1.1",
53
53
  "typescript": "^5.6.2"
54
54
  }