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.4 to 1.0.5

2

package.json
{
"version": "1.0.4",
"version": "1.0.5",
"license": "GPL-3.0",

@@ -4,0 +4,0 @@ "name": "ai-renamer",

@@ -10,2 +10,4 @@ # ai-renamer

You need [Ollama](https://ollama.com/download) and at least one LLM (Llama, Gemma etc.) installed on your system
Run with NPX

@@ -12,0 +14,0 @@

@@ -0,1 +1,2 @@

const os = require('os')
const path = require('path')

@@ -6,3 +7,3 @@ const yargs = require('yargs')

const CONFIG_FILE = path.join(process.cwd(), 'yargs-config.json')
const CONFIG_FILE = path.join(os.homedir(), 'ai-renamer.json')

@@ -9,0 +10,0 @@ const loadConfig = async () => {

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