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.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. 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** (Optional) - Get AI-powered insights using Google Gemini
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 `<script>` and `<script setup>`
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 `.js`, `.ts`, and `.vue` files
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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "impact-analysis",
3
- "version": "2.0.2",
3
+ "version": "2.0.3",
4
4
  "description": "Analyze real impact of code changes using dependency graphs",
5
5
  "bin": {
6
6
  "impact-analysis": "dist/cli.js"