New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

aicommits

Package Overview
Dependencies
Maintainers
1
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aicommits - npm Package Compare versions

Comparing version

to
1.1.0

26

package.json
{
"name": "aicommits",
"version": "1.0.7",
"version": "1.1.0",
"description": "Writes your git commit messages for you with AI",

@@ -11,3 +11,3 @@ "keywords": [

"license": "MIT",
"repository": "https://github.com/Nutlope/aicommits",
"repository": "Nutlope/aicommits",
"author": "Hassan El Mghari (@nutlope)",

@@ -20,14 +20,15 @@ "type": "module",

"scripts": {
"build": "pkgroll",
"prepare": "simple-git-hooks",
"build": "pkgroll --minify",
"lint": "eslint --cache .",
"type-check": "tsc"
},
"dependencies": {
"chalk": "^4.1.2",
"execa": "^7.0.0",
"ini": "^3.0.1",
"inquirer": "^8.0.0",
"openai": "^3.1.0"
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged"
},
"lint-staged": {
"*.ts": "eslint --cache"
},
"devDependencies": {
"@clack/prompts": "^0.2.2",
"@pvtnbr/eslint-config": "^0.33.0",

@@ -37,4 +38,11 @@ "@types/ini": "^1.3.31",

"@types/node": "^18.13.0",
"cleye": "^1.3.2",
"eslint": "^8.34.0",
"execa": "^7.0.0",
"ini": "^3.0.1",
"kolorist": "^1.7.0",
"lint-staged": "^13.1.2",
"openai": "^3.1.0",
"pkgroll": "^1.9.0",
"simple-git-hooks": "^2.8.1",
"typescript": "^4.9.5"

@@ -41,0 +49,0 @@ },

@@ -50,2 +50,3 @@ <div align="center">

- Use gpt-3-tokenizer instead of hard limit on characters as a more accurate model
- Play around with prompt to produce optimal result
- Add opt-in emoji flag to preface commits with an emoji, use [this](https://gitmoji.dev) as a guide

@@ -55,1 +56,6 @@ - Add opt-in languages flag where it returns the commit in different languages

- Build landing page for the 2.0 launch
## Maintainers
- **Hassan El Mghari**: [GitHub](https://github.com/Nutlope) | [Twitter](https://twitter.com/nutlope)
- **Hiroki Osame**: [GitHub](https://github.com/privatenumber) | [Twitter](https://twitter.com/privatenumbr)

Sorry, the diff of this file is not supported yet