ghost-import-hunter 2.0.1 → 2.0.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.
- package/README.md +2 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<div align="center">
|
|
2
|
-
<img src="https://raw.githubusercontent.com/01Developer95/Ghost-Hunter/main/media/header.png" alt="Ghost Hunter" width="100%">
|
|
2
|
+
<img src="https://raw.githubusercontent.com/01Developer95/Ghost-Import-Hunter/main/media/header.png" alt="Ghost Hunter" width="100%">
|
|
3
3
|
</div>
|
|
4
4
|
|
|
5
5
|
<div align="center">
|
|
@@ -172,7 +172,7 @@ Contributions are welcome! Please feel free to submit a Pull Request.
|
|
|
172
172
|
## 📧 Contact
|
|
173
173
|
|
|
174
174
|
- GitHub: [@01Developer95](https://github.com/01Developer95)
|
|
175
|
-
- Repository: [Ghost-Hunter](https://github.com/01Developer95/Ghost-Hunter)
|
|
175
|
+
- Repository: [Ghost-Import-Hunter](https://github.com/01Developer95/Ghost-Import-Hunter)
|
|
176
176
|
|
|
177
177
|
---
|
|
178
178
|
|
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ghost-import-hunter",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.2",
|
|
4
4
|
"description": "Deterministic tool to detect AI hallucinations and code bloat by verifying import safety against installed node_modules",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
|
-
"url": "git+https://github.com/01Developer95/Ghost-Hunter.git"
|
|
7
|
+
"url": "git+https://github.com/01Developer95/Ghost-Import-Hunter.git"
|
|
8
8
|
},
|
|
9
9
|
"main": "dist/index.js",
|
|
10
10
|
"bin": {
|