bandit-stealth-cli 1.7.371 → 1.7.373
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 +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -7,7 +7,7 @@ npm i -g bandit-stealth-cli
|
|
|
7
7
|
bandit
|
|
8
8
|
```
|
|
9
9
|
|
|
10
|
-
Installing this package pulls the latest scoped package and exposes the same `bandit` command. Both install paths are equivalent — pick one. If you previously installed the scoped package globally, remove it first
|
|
10
|
+
Installing this package pulls the latest scoped package and exposes the same `bandit` command. Both install paths are equivalent — pick one. They can't coexist globally: both own the `bandit` bin, so installing one while the other is present fails with `npm error code EEXIST` on the `bandit` bin path. If you previously installed the scoped package globally, remove it first:
|
|
11
11
|
|
|
12
12
|
```bash
|
|
13
13
|
npm rm -g @burtson-labs/bandit-stealth-cli
|