New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details β†’
Socket
Book a DemoSign in
Socket

codeeye

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

codeeye - npm Package Compare versions

Comparing version
1.1.2
to
1.1.3
+1
-1
package.json
{
"name": "codeeye",
"version": "1.1.2",
"version": "1.1.3",
"type": "module",

@@ -5,0 +5,0 @@ "bin": {

# Codeeye
🧠 AI-powered code reviewer for your staged Git changes using Google Gemini.
🧠 **AI-powered code reviewer** for your **staged Git changes** using **Google Gemini**.

@@ -9,2 +9,21 @@ [![codeeye](https://img.shields.io/npm/v/codeeye)](https://npmjs.com/package/codeeye)

## πŸš€ What is Codeeye?
**Codeeye** is an open-source **JavaScript/Node.js** package published on **NPM** that uses **AI** to review your Git staged changes.
It leverages **Google Gemini** to provide smart suggestions, summaries, and markdown outputsβ€”perfect for improving pull request quality and automating code reviews.
---
### πŸ” Features
- 🌟 NPM installable CLI tool
- πŸ€– AI-powered code feedback using Gemini
- πŸ“ Markdown output for PR comments
- πŸ“‹ Clipboard copy support
- πŸ“„ Summary-only mode
---
### suggestion example

@@ -31,2 +50,3 @@ ![Image](https://res.cloudinary.com/djnvd9axl/image/upload/v1748796387/codeeye_axhnay.png)

npx codeeye --copy
npx codeeye --fix

@@ -66,2 +86,8 @@ ```

codeeye --copy
```
- Fix staged changes:
```bash
codeeye --fix
```