
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.
channelengine
Advanced tools
Unofficial node.js API client for ChannelEngine.
Supports pagination and variable request retries.
Swagger Docs
·
ChannelEngine Docs
·
Issues
In order to connect to ChannelEngine, a tenant
and an apiKey
are required.
The tenant will be provided by ChannelEngine. The API key can then be generated at https://$TENANT.channelengine.net/apikeys
.
Yarn:
yarn add channelengine
NPM:
npm install channelengine
import {ChannelEngine} from 'channelengine'
// provided by ChannelEngine
const tenant = 'demo'
const apiKey = 'myApiKey'
// create instance and request IN_PROGRESS orders
const api = new ChannelEngine(tenant, apiKey, {maxRetries: 10, version: 2})
const response = await api.GET('orders', {
statuses: 'IN_PROGRESS'
})
// log result
console.log(res)
An instance provides the methods GET
, POST
, PATCH
, PUT
and DELETE
.
See Swagger docs for details on when to use which method.
MIT
RienNeVaPlus - ?@rienneva.plus
FAQs
ChannelEngine API Client for Node.js
The npm package channelengine receives a total of 7 weekly downloads. As such, channelengine popularity was classified as not popular.
We found that channelengine demonstrated a not healthy version release cadence and project activity because the last version was released 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.