@vinean/dependency-analyzer 0.1.5 → 1.0.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 +1 -1
- package/dist/dependency-analyzer-darwin-amd64 +0 -0
- package/dist/dependency-analyzer-darwin-arm64 +0 -0
- package/dist/dependency-analyzer-linux-amd64 +0 -0
- package/dist/dependency-analyzer-linux-arm64 +0 -0
- package/dist/dependency-analyzer-windows-amd64.exe +0 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -40,7 +40,7 @@ npx @vinean/dependency-analyzer --no-registry
|
|
|
40
40
|
|
|
41
41
|
## 📊 Key Features
|
|
42
42
|
|
|
43
|
-
### 1. Replaceability
|
|
43
|
+
### 1. Replaceability Cost (0-100)
|
|
44
44
|
|
|
45
45
|
`@vinean/dependency-analyzer` analyzes your codebase to estimate how difficult it would be to remove a dependency and replace it with your own implementation.
|
|
46
46
|
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vinean/dependency-analyzer",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "1.0.0",
|
|
4
4
|
"description": "Dependency Analyzer for npm and go packages with replaceability analysis",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -38,5 +38,5 @@
|
|
|
38
38
|
"engines": {
|
|
39
39
|
"node": ">=18"
|
|
40
40
|
},
|
|
41
|
-
"license": "
|
|
41
|
+
"license": "GPL-3.0-or-later"
|
|
42
42
|
}
|