@getcodesentinel/codesentinel 1.5.0 → 1.6.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.
- package/README.md +3 -0
- package/dist/index.js +1860 -1237
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -60,6 +60,7 @@ Then run:
|
|
|
60
60
|
|
|
61
61
|
```bash
|
|
62
62
|
codesentinel analyze [path]
|
|
63
|
+
codesentinel dependency-risk <dependency[@version]>
|
|
63
64
|
```
|
|
64
65
|
|
|
65
66
|
Examples:
|
|
@@ -68,6 +69,8 @@ Examples:
|
|
|
68
69
|
codesentinel analyze
|
|
69
70
|
codesentinel analyze .
|
|
70
71
|
codesentinel analyze ../project
|
|
72
|
+
codesentinel dependency-risk react
|
|
73
|
+
codesentinel dependency-risk react@19.0.0
|
|
71
74
|
```
|
|
72
75
|
|
|
73
76
|
Author identity mode:
|