You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

n8n-nodes-pulse

Package Overview
Dependencies
Maintainers
0
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

n8n-nodes-pulse

Pulse Analytics Tool

0.1.26
latest
Source
npmnpm
Version published
Weekly downloads
13
1200%
Maintainers
0
Weekly downloads
 
Created
Source

Banner image

n8n-nodes-pulse

This is a non-production ready n8n node for learning purposes.

Build and publishing

  • pnpm rebuild
  • pnpm publish

Prerequisites

You need the following installed on your development machine:

  • git
  • Node.js and pnpm. Minimum version Node 18. You can find instructions on how to install both using nvm (Node Version Manager) for Linux, Mac, and WSL here. For Windows users, refer to Microsoft's guide to Install NodeJS on Windows.
  • Install n8n with:
    pnpm install n8n -g
    
  • Recommended: follow n8n's guide to set up your development environment.

Using this starter

These are the basic steps for working with the starter. For detailed guidance on creating and publishing nodes, refer to the documentation.

  • Generate a new repository from this template repository.
  • Clone your new repo:
    git clone https://github.com/<your organization>/<your-repo-name>.git
    
  • Run pnpm i to install dependencies.
  • Open the project in your editor.
  • Browse the examples in /nodes and /credentials. Modify the examples, or replace them with your own nodes.
  • Update the package.json to match your details.
  • Run pnpm lint to check for errors or pnpm lintfix to automatically fix errors when possible.
  • Test your node locally. Refer to Run your node locally for guidance.
  • Replace this README with documentation for your node. Use the README_TEMPLATE to get started.
  • Update the LICENSE file to use your details.
  • Publish your package to npm.

More information

Refer to our documentation on creating nodes for detailed information on building your own nodes.

License

MIT

Keywords

n8n-community-node-package

FAQs

Package last updated on 10 Mar 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