🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

n8n-nodes-klib

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

n8n-nodes-klib

A collection of useful n8n nodes for file system operations, aria2 integration, image processing and torrent parsing

1.0.2
latest
Source
npm
Version published
Weekly downloads
203
-21.62%
Maintainers
1
Weekly downloads
 
Created
Source

n8n File System Operations Custom Node

This is a custom n8n node for file system operations.

Features

  • List files and folders in a specified directory with sorting support (by time, type, filename, etc.)
  • Clean empty directories, including recursive cleaning and directory level compression
  • Fix filenames that are incompatible with Windows file system

Installation

  • Navigate to n8n custom nodes directory
cd ~/.n8n/custom
  • Clone this repository
git clone https://github.com/yorkane/n8n-nodes-klib.git
  • Install dependencies
cd n8n-nodes-klib
pnpm install
  • Build the nodes
pnpm run build

Publishing to npm

  • Make sure you have an npm account and are logged in
npm login
  • Update the version in package.json if needed
npm version patch  # or minor, or major
  • Build the package
pnpm run build
  • Publish to npm
npm publish --tag latest

Note: Make sure you have the correct npm registry configured and have the necessary permissions to publish the package.

rm -rf dist && pnpm build && docker restart n8n && npm publish --tag latest

Keywords

n8n-community-node-package

FAQs

Package last updated on 18 May 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts