supply-chain-attack 0.1.0 → 0.1.2

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 +6 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -8,6 +8,12 @@ npx supply-chain-attack
8
8
 
9
9
  This package uses the same scanner and advisory snapshot as `amifcked`, but prints professional output suitable for teams, CI logs, and security reports.
10
10
 
11
+ In an interactive terminal, the post-scan prompt includes the same learn/action flow:
12
+
13
+ ```txt
14
+ options l learn a actions q quit ›
15
+ ```
16
+
11
17
  ## Options
12
18
 
13
19
  ```sh
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "supply-chain-attack",
3
- "version": "0.1.0",
3
+ "version": "0.1.2",
4
4
  "description": "Scan local package-manager state for known supply-chain attack indicators.",
5
5
  "license": "MIT",
6
6
  "type": "commonjs",
@@ -13,7 +13,7 @@
13
13
  "LICENSE"
14
14
  ],
15
15
  "dependencies": {
16
- "amifcked": "^0.1.3"
16
+ "amifcked": "^0.1.5"
17
17
  },
18
18
  "engines": {
19
19
  "node": ">=18"