@take2identity/verosint 0.2.95 → 0.2.97

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 +0 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -15,7 +15,6 @@
15
15
 
16
16
  Use the `verosint` tool to:
17
17
 
18
- * Tag account's using the SignalPrint tagging endpoint to distinguish identities
19
18
  * Lookup account's and find identifiers, signals, fraud labels, and related accounts
20
19
  * Send events to the SignalPrint endpoint to create a map of identities and access history.
21
20
  * Generate an [LDAP Schema](https://www.rfc-editor.org/rfc/rfc4512#page-22)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@take2identity/verosint",
3
- "version": "0.2.95",
3
+ "version": "0.2.97",
4
4
  "description": "Official CLI to interact with Verosint API",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -30,6 +30,6 @@
30
30
  "axios": "^1.3.4",
31
31
  "mkdirp": "^3.0.1",
32
32
  "tar": "^6.1.13",
33
- "unzipper": "0.10.14"
33
+ "unzipper": "0.11.4"
34
34
  }
35
35
  }