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-radware

v0.1.7

Published

Radware community node for n8n

Readme

n8n-nodes-radware

This is an n8n community node for interacting with Radware Threat Intelligence service.

It lets you use Radware IP Insight in your n8n workflows.

n8n is a fair-code licensed workflow automation platform.

Installation Operations Credentials Compatibility Usage Resources Version history

Installation

Follow the installation guide in the n8n community nodes documentation.

Operations

IP Insight

The Radware IP Insight node enables IP enrichment through Radware’s Threat Intelligence REST API endpoint.

It can process a single or multiple IPv4 addresses from different trigger types, extract IPs automatically from input data, or read them from uploaded files in various formats.

The multifunctional node is designed for secure parsing and supports retry logic for failed IP lookups.

1)Supports auto-detect that automatically extracts IPs from input.

  • Automatically detects IPs or IP List from your input: free text, complete JSON objects, or delimiter-separated text (space, comma, newline, single quote, double quote)

2)Body Input Mode: specific field, simple list, and raw JSON.

  • when “Auto-detect Input” turn off, you can select specific input format:

    a. Field – you can select specific or multiple fields

    b. Simple List – one IP per line or comma-separated or IPs with single quote and/or double quote

    c. raw JSON - IP's in JSON format

3)File Upload support with ability to parse multiple documents formatted with JSON, TXT, CSV and LOG.

4)Provides customizable field projection for specific API response data.

  • Projection defines which fields to return in the API response.

  • By default the projection was set to “all” but you can replace it according to your specific use-case.

  • Supported fields include country_iso, ip_type, risk_score, actionable_insight and more.

5)Includes configurable output modes to control response detail level.

  • Choose between “All” (includes IP which was failures to address) or “Valid Only” (successful IP Insight result only)

Credentials

  • This node uses Radware IP Insight API credentials.

  • To authenticate, you must provide:

    • Context (API ID) — Your Radware Cloud tenant/account identifier

    • x-api-key — Your Radware API key

  • Subscribe to configure Radware API keys here:

    Radware Threat Intelligence Service

Compatibility

  • Minimum n8n version: compatible with 1.114.4 and recent n8n releases

  • Tested on: self-hosted n8n stable builds

Resources

n8n community nodes documentation

License

  • MIT