impact-analysis 2.0.2 → 2.0.3
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 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -15,10 +15,10 @@
|
|
|
15
15
|
- **Smart Dependency Analysis**
|
|
16
16
|
- **Visual Reports** - Beautiful HTML reports with interactive dependency graphs
|
|
17
17
|
- **Fast with Caching** - Caches dependency graphs for quick re-analysis
|
|
18
|
-
- **AI Explanations**
|
|
18
|
+
- **AI Explanations** - Get AI-powered insights using Google Gemini
|
|
19
19
|
- **React Support** - Full support for .js, .jsx, .ts, .tsx files
|
|
20
20
|
- **Angular Support** - Supports TypeScript components
|
|
21
|
-
- **Vue Support** - Full support for Vue SFCs including
|
|
21
|
+
- **Vue Support** - Full support for Vue SFCs including
|
|
22
22
|
- **Risk Scoring** - Automatic LOW/MEDIUM/HIGH risk classification
|
|
23
23
|
|
|
24
24
|
## Installation
|
|
@@ -68,7 +68,7 @@ Note: AI features are completely optional. The tool works perfectly without an A
|
|
|
68
68
|
|
|
69
69
|
## How It Works
|
|
70
70
|
|
|
71
|
-
1. **Scans** your repository for all
|
|
71
|
+
1. **Scans** your repository for all files
|
|
72
72
|
2. **Builds** a dependency graph using AST parsing
|
|
73
73
|
3. **Detects** changed files using Git diff
|
|
74
74
|
4. **Analyzes** which files import the changed files
|