
Security News
TC39 Advances Temporal to Stage 4 Alongside Several ECMAScript Proposals
TC39’s March 2026 meeting advanced eight ECMAScript proposals, including Temporal reaching Stage 4 and securing its place in the ECMAScript 2026 specification.
n8n-nodes-growchief
Advanced tools
Growchief is a powerful social media automation tool that allows you to automate your social like connecting, messaging, liking, visting profiles, etc.
You can use n8n to automate your workflow and post to multiple social media platforms at once.
You can self-host Growchief or use our cloud version. For example: New lead in the system >> Connect on social media >> Send a message.
Growchief supports: X, LinkedIn at the moment.
Note If you are self-hosting Growchief on port 5000 (reverse proxy), Your host must end with /api for example: http://yourdomain.com/api
Alternatively, you can use the SDK with curl, check the Growchief API documentation for more information.

Go to your n8n installation usually located at ~/.n8n.
Check if you have the custom folder, if not create it and create a new package.json file inside.
mkdir -p ~/.n8n/custom
npm init -y
Then install the Growchief node package:
npm install n8n-nodes-growchief
Create a new folder on your host machine, for example ~/n8n-custom-nodes, and create a new package.json file inside:
mkdir -p ~/n8n-custom-nodes
npm init -y
install the Growchief node package:
npm install n8n-nodes-growchief
When you run the n8n docker container, mount the custom nodes folder to the container: Add the following environment variable to your docker run command:
N8N_CUSTOM_EXTENSIONS="~/n8n-custom-nodes"
FAQs
The ultimate social media automation tool
We found that n8n-nodes-growchief 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.

Security News
TC39’s March 2026 meeting advanced eight ECMAScript proposals, including Temporal reaching Stage 4 and securing its place in the ECMAScript 2026 specification.

Research
/Security News
Since January 31, 2026, we identified at least 72 additional malicious Open VSX extensions, including transitive GlassWorm loader extensions targeting developers.

Research
Six malicious Packagist packages posing as OphimCMS themes contain trojanized jQuery that exfiltrates URLs, injects ads, and loads FUNNULL-linked redirects.