npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

n8n-nodes-dev-tools

v0.1.10

Published

Developer utility tools for n8n: Generators, converters, and transformers.

Downloads

1,325

Readme

n8n-nodes-dev-tools

This is an n8n community node that provides a suite of developer utility tools, ranging from secure generators to data transformers and converters.

Features

This node acts as a "Swiss Army Knife" for developers, offering the following modular tools:

1. API Key Generator

Generates secure alfanumeric API keys of custom lengths.

2. Password Generator

Generates highly secure passwords with configurable complexity:

  • Custom length.
  • Toggle special characters, numbers, and uppercase.

3. QR Generator

Generates QR codes for plain Text/URLs or WiFi Configurations.

  • Output options: Base64 Data URI or Binary File.

4. Unique ID Generator

Generates standard unique identifiers:

  • UUID v4.
  • NanoID.

5. Barcode Generator

Generates barcodes in multiple formats:

  • Formats: Code 128, EAN-13, UPC-A.
  • Output options: Base64 Data URI or Binary File.

6. Base64 Encoder/Decoder

Easily encode/decode data to and from Base64.

  • Source types: Plain text or Binary files.

7. URL Encoder/Decoder

Standard percentage encoding for safe URL transmission.

8. HTML to Text

Extracts clean, readable text from HTML content, removing tags while preserving basic structure.

9. XML <-> JSON Converter

Fast bidirectional conversion between XML strings and JSON objects.

10. Network Utilities

IP range validation, subnet info extraction, and network diagnostics.

  • Actions: IP in Range, Subnet Info, Ping, DNS Resolve, TCP Port Check, Wake-on-LAN.

11. String Transformer

Transform text with multiple case and URL-safe formats.

  • Actions: Slugify, Title Case, Camel Case, Snake Case.

12. Hash Generator

Generate cryptographic hashes.

  • Algorithms: MD5, SHA1, SHA256, SHA512.

13. JWT Decoder

Parse and view JWT payloads.

  • Note: Decodes without signature verification for debugging purposes.

14. JSON Schema Validator

Validate JSON data against a JSON Schema standard.

  • Logic: Uses ajv for high-performance validation. Returns detailed error arrays.

15. URL Parser

Decompose URLs into their constituent parts.

  • Output: protocol, hostname, port, pathname, hash, and search parameters as a JSON object.

16. Regex Named Extractor

Extract data using Regular Expressions with Named Capture Groups.

  • Features: Supports global and single match modes.

17. Text Diff

Compare two strings and visualize changes.

  • Formats: Simple List (JSON array of changes) or HTML (with <ins> and <del> tags).

Installation

Follow the installation guide in the n8n community nodes documentation.

npm install n8n-nodes-dev-tools

License

MIT