
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-gitlab-code-splitter
Advanced tools
n8n community nodes for GitLab Code Splitter API with Stem4 GCP integration
This is an n8n community node package that provides integration with the GitLab Code Splitter API. It includes both direct processing nodes and job-based workflow nodes for splitting GitLab and local repository code into manageable chunks for AI processing and analysis.
Follow the installation guide in the n8n community nodes documentation.
npm install n8n-nodes-gitlab-code-splitter
http://localhost:3000
)http://localhost:3000
)1. Job-Based GitLab Splitter
├── Project ID: 12345678
├── Token: glpat-xxxxxxxxxxxxxxxxxxxx
├── Branch: main
└── Returns: { jobId: "abc-123", status: "pending" }
2. Job Status Checker
├── Job ID: abc-123 (from step 1)
├── Operation: Wait for Completion
└── Returns: { status: "completed", totalChunks: 1500 }
3. Chunk Retriever
├── Job ID: abc-123 (from step 1)
├── Operation: Get All Chunks
└── Returns: All processed chunks (paginated)
1. Job-Based Local Repo Splitter
├── Repository Path: /path/to/local/repo
├── File Extensions: [".js", ".ts", ".py"]
└── Returns: { jobId: "def-456", status: "pending" }
2. Job Status Checker
├── Job ID: def-456 (from step 1)
└── Wait for completion
3. Chunk Retriever
├── Job ID: def-456 (from step 1)
└── Get processed chunks
{
"resource": "system",
"operation": "healthCheck"
}
{
"resource": "repository",
"operation": "splitByLayer",
"layerType": "domain",
"gitlabUrl": "https://gitlab.com",
"projectId": "mygroup/myproject",
"token": "glpat-xxxxxxxxxxxxxxxxxxxx",
"branch": "main"
}
{
"resource": "code",
"operation": "split",
"code": "package main\n\nimport \"fmt\"\n\nfunc main() {\n\tfmt.Println(\"Hello, World!\")\n}",
"language": "go",
"filePath": "example.go"
}
npm install
npm run build
npm run lint
MIT
For issues and questions, please visit the GitHub repository.
FAQs
n8n community nodes for GitLab Code Splitter API with Stem4 GCP integration
The npm package n8n-nodes-gitlab-code-splitter receives a total of 335 weekly downloads. As such, n8n-nodes-gitlab-code-splitter popularity was classified as not popular.
We found that n8n-nodes-gitlab-code-splitter 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.