
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
n8n-nodes-chat-wait
Advanced tools
N8n node for branch flow control and multi-turn conversations with context memory
A custom n8n node for implementing branch flow control and multi-turn conversations with context memory support.
npm install n8n-nodes-chat-wait
The node automatically generates a webhook URL for receiving user input. POST request format:
{
"chatWaitId": "generated wait ID",
"userInput": "user input content",
"sessionId": "session ID (optional)"
}
{
"chatHistory": [
{
"type": "user",
"message": "user message",
"timestamp": "2025-07-03T10:00:00.000Z"
}
]
}
Can be used with Simple Memory and other memory nodes:
Previous Node → Chat Wait → Simple Memory → AI Processing → Chat Wait → ...
You need the following installed on your development machine:
npm install n8n -g
These are the basic steps for working with the starter. For detailed guidance on creating and publishing nodes, refer to the documentation.
git clone https://github.com/<your organization>/<your-repo-name>.git
npm i
to install dependencies./nodes
and /credentials
. Modify the examples, or replace them with your own nodes.package.json
to match your details.npm run lint
to check for errors or npm run lintfix
to automatically fix errors when possible.Refer to our documentation on creating nodes for detailed information on building your own nodes.
FAQs
N8n node for branch flow control and multi-turn conversations with context memory
The npm package n8n-nodes-chat-wait receives a total of 0 weekly downloads. As such, n8n-nodes-chat-wait popularity was classified as not popular.
We found that n8n-nodes-chat-wait demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Research
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.