
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-bitrix24-test
Advanced tools
Этот пакет содержит ноду для n8n для работы с Bitrix24 API.
cd /usr/local/lib/node_modules/n8n
npm install n8n-nodes-bitrix24-test
Для полного обновления модуля выполните следующие команды:
# 1. Остановить n8n
pm2 stop n8n # или systemctl stop n8n
# 2. Перейти в директорию n8n
cd /usr/local/lib/node_modules/n8n
# 3. Удалить старую версию модуля
npm uninstall n8n-nodes-bitrix24-test
# 4. Очистить кэш npm
npm cache clean --force
# 5. Установить новую версию модуля
npm install n8n-nodes-bitrix24-test@latest
# 6. Запустить n8n
pm2 start n8n # или systemctl start n8n
npm install
npm run build
npm link
npm link n8n-nodes-bitrix24-test
npm run build
npm run dev
npm run lint
FAQs
n8n node для работы с Bitrix24 API
The npm package n8n-nodes-bitrix24-test receives a total of 15 weekly downloads. As such, n8n-nodes-bitrix24-test popularity was classified as not popular.
We found that n8n-nodes-bitrix24-test 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.