
Security News
The Hidden Blast Radius of the Axios Compromise
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.
Node client for the Drone API
const drone = require('drone-node')
const client = new drone.Client({
url: 'https://drone.example.com',
token: 'SoMeToKeN'
})
client.getRepos().then((res) => {
console.log(res)
}).catch((reason) => {
console.error(reason)
})
Many functions are available, please read the source and jsdoc comments at lib/index.js.
Fork -> Patch -> Lint -> Test -> Push -> Pull Request
Tests are dependent on a running drone server. You can run them with the following command:
DRONE_SERVER=your_server DRONE_TOKEN=your_token yarn run test
Apache-2.0
Copyright (c) 2020 Drone.io Developers
FAQs
Node client for the Drone API
The npm package drone-node receives a total of 678 weekly downloads. As such, drone-node popularity was classified as not popular.
We found that drone-node demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 open source maintainers 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
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.

Research
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.

Research
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.