@take2identity/verosint 0.2.30 → 0.2.32

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 +8 -8
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -1,9 +1,9 @@
1
1
  # verosint
2
2
 
3
- ![verosint](https://gitlab.com/443id/public/verosint/-/raw/main/assets/Verosint-logo-h-color.svg)
3
+ ![verosint](https://gitlab.com/verosint/public/verosint/-/raw/main/assets/Verosint-logo-h-color.svg)
4
4
 
5
- [![GoDoc](https://godoc.org/gitlab.com/443id/public/verosint?status.svg)](https://godoc.org/gitlab.com/443id/public/verosint)
6
- [![Go Report Card][reportcard]](https://goreportcard.com/report/gitlab.com/443id/public/verosint)
5
+ [![GoDoc](https://godoc.org/gitlab.com/verosint/public/verosint?status.svg)](https://godoc.org/gitlab.com/verosint/public/verosint)
6
+ [![Go Report Card][reportcard]](https://goreportcard.com/report/gitlab.com/verosint/public/verosint)
7
7
  ![Sonar Coverage](https://img.shields.io/sonar/coverage/443id_verosint/main?server=https%3A%2F%2Fsonarcloud.io&style=plastic)
8
8
  [![Twitter Follow](https://img.shields.io/twitter/follow/verosint?style=plastic)](https://twitter.com/verosint)
9
9
  [![LinkedIn](https://img.shields.io/badge/LinkedIn-0077B5?style=plastic&logo=linkedin)](https://www.linkedin.com/company/verosint)
@@ -26,7 +26,7 @@ file to store risk scoring and/or rules evaluation atttributes in user
26
26
  entries.
27
27
 
28
28
  Download the binary from:
29
- [releases page](https://gitlab.com/443id/public/verosint/-/releases).
29
+ [releases page](https://gitlab.com/verosint/public/verosint/-/releases).
30
30
  Binaries for macOS, Windows, and Linux are available.
31
31
 
32
32
  ### Alternative Installation methods
@@ -44,7 +44,7 @@ inside a terminal using administrator privileges (Windows).
44
44
  #### Using `go install`
45
45
 
46
46
  ```shell
47
- go install gitlab.com/443id/public/verosint@latest
47
+ go install gitlab.com/verosint/public/verosint@latest
48
48
  ```
49
49
 
50
50
  #### Executing with a Docker container
@@ -55,7 +55,7 @@ also enables running the CLI inside in a containerized
55
55
  CI/CD pipeline.
56
56
 
57
57
  ```shell
58
- docker run --rm registry.gitlab.com/443id/public/verosint
58
+ docker run --rm registry.gitlab.com/verosint/public/verosint
59
59
  ```
60
60
 
61
61
  Configuration for the CLI is stored in the `.verosint.yaml` file in the
@@ -63,7 +63,7 @@ home directory. To make the configuration accessible to the Docker
63
63
  container, create a volume map for the configuration file. For example:
64
64
 
65
65
  ```shell
66
- docker run --rm -v "$HOME/.verosint.yaml:/root/.verosint.yaml" registry.gitlab.com/443id/public/verosint
66
+ docker run --rm -v "$HOME/.verosint.yaml:/root/.verosint.yaml" registry.gitlab.com/verosint/public/verosint
67
67
  ```
68
68
 
69
69
  ## Usage
@@ -329,4 +329,4 @@ is to maintain a minimum of 70% coverage.
329
329
 
330
330
  Report issues at [Verosint Support](mailto:support@verosint.com)
331
331
 
332
- [reportcard]: https://goreportcard.com/badge/gitlab.com/443id/public/verosint
332
+ [reportcard]: https://goreportcard.com/badge/gitlab.com/verosint/public/verosint
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@take2identity/verosint",
3
- "version": "0.2.30",
3
+ "version": "0.2.32",
4
4
  "description": "Official CLI to interact with Verosint API",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -9,23 +9,23 @@
9
9
  },
10
10
  "repository": {
11
11
  "type": "git",
12
- "url": "https://gitlab.com/443id/public/verosint.git"
12
+ "url": "https://gitlab.com/verosint/public/verosint.git"
13
13
  },
14
14
  "author": "Verosint",
15
15
  "license": "MIT",
16
16
  "bugs": {
17
- "url": "https://gitlab.com/443id/public/verosint/-/issues"
17
+ "url": "https://gitlab.com/verosint/public/verosint/-/issues"
18
18
  },
19
19
  "goBinary": {
20
20
  "name": "verosint",
21
21
  "path": "./bin",
22
- "url": "https://gitlab.com/443id/public/verosint/-/releases/v{{version}}/downloads/verosint_"
22
+ "url": "https://gitlab.com/verosint/public/verosint/-/releases/v{{version}}/downloads/verosint_"
23
23
  },
24
24
  "files": [
25
25
  "dist",
26
26
  "postinstall.js"
27
27
  ],
28
- "homepage": "https://gitlab.com/443id/public/verosint#readme",
28
+ "homepage": "https://gitlab.com/verosint/public/verosint#readme",
29
29
  "dependencies": {
30
30
  "axios": "^1.3.4",
31
31
  "mkdirp": "^2.1.5",