@secureport/cli 0.0.0 → 0.1.0

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 +3 -0
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -59,3 +59,6 @@ out of date.
59
59
  The domain model, the fingerprint and the reconciliation are
60
60
  [`@secureport/core`](https://www.npmjs.com/package/@secureport/core), which this
61
61
  wraps. Both are MIT.
62
+
63
+ Rendered examples of all five reports are at
64
+ [secureport.io](https://secureport.io/).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@secureport/cli",
3
- "version": "0.0.0",
3
+ "version": "0.1.0",
4
4
  "description": "Turn any scanner's output into a client-ready security report. Works entirely offline, with no account.",
5
5
  "keywords": [
6
6
  "security",
@@ -18,9 +18,9 @@
18
18
  "security-reporting",
19
19
  "cli"
20
20
  ],
21
- "homepage": "https://github.com/agbjordan/secureport/tree/main/packages/cli#readme",
21
+ "homepage": "https://secureport.io/",
22
22
  "bugs": {
23
- "url": "https://github.com/agbjordan/secureport/issues"
23
+ "email": "hello@secureport.io"
24
24
  },
25
25
  "type": "module",
26
26
  "bin": {
@@ -32,7 +32,7 @@
32
32
  "LICENSE"
33
33
  ],
34
34
  "dependencies": {
35
- "@secureport/core": "^0.3.0"
35
+ "@secureport/core": "^0.4.0"
36
36
  },
37
37
  "devDependencies": {
38
38
  "@types/node": "^22.20.1",