Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ai-renamer

Package Overview
Dependencies
Maintainers
0
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ai-renamer - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

9

package.json
{
"version": "1.0.0",
"version": "1.0.1",
"license": "GPL-3.0",
"name": "ai-renamer",
"main": "./src/index.js",
"bin": { "ai-renamer": "./src/index.js" },
"description": "A Node.js CLI tool that uses Ollama models (Llama, Gemma, Phi etc.) to intelligently rename files in a specified directory",

@@ -12,5 +13,2 @@ "author": {

},
"devDependencies": {
"standard": "^17.1.0"
},
"dependencies": {

@@ -21,2 +19,5 @@ "ollama": "^0.5.2",

},
"devDependencies": {
"standard": "^17.1.0"
},
"keywords": [

@@ -23,0 +24,0 @@ "ai",

@@ -5,2 +5,5 @@ # ai-renamer

[![npm](https://img.shields.io/npm/v/ai-renamer.svg?style=flat-square)](https://www.npmjs.com/package/ai-renamer)
[![license](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)](https://github.com/ozgrozer/ai-renamer/blob/main/license)
## Usage

@@ -24,4 +27,8 @@

## Contribution
Feel free to contribute. Open a new [issue](https://github.com/ozgrozer/ai-renamer/issues), or make a [pull request](https://github.com/ozgrozer/ai-renamer/pulls).
## License
[GPL-3.0](https://github.com/ozgrozer/ai-renamer/blob/main/license)
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc