
Research
TeamPCP-Linked Supply Chain Attack Hits SAP CAP and Cloud MTA npm Packages
Compromised SAP CAP npm packages download and execute unverified binaries, creating urgent supply chain risk for affected developers and CI/CD environments.
vultr-promise
Advanced tools
A promise based vultr api wrapper
BEWARE: This module is experimental and may change in the future, use at your own risk!
const vultr = require('vultr-promise')
const API_KEY = 'YOUR_API_KEY_HERE'
vultr.createServer(API_KEY, {
DCID: 9, // Frankfurt, Germany
VPSPLANID: 201, // $5 VC2 - 1024 MB, 25 GB SSD
OSID: 215, // Ubuntu 16.04 x64
enable_ipv6: 'yes',
hostname: 'myvps',
SSHKEYID: '577fb3487211e'
}).then(function (response) {
console.log('Created VPS with SUBID', response.SUBID)
}).catch(console.error)
Official Vultr API documentaion
/v1/account/
/v1/app/
/v1/auth/
/v1/backup/
/v1/block/
/v1/dns/
/v1/firewall/
/v1/iso/
/v1/os/
/v1/plans/
/v1/regions/
/v1/reservedip/
/v1/server/
/v1/snapshot/
/v1/sshkey/
/v1/startupscript/
/v1/user
Any method that requires an API key needs to have the API key as the first argument.
FAQs
A promise based vultr api wrapper
The npm package vultr-promise receives a total of 11 weekly downloads. As such, vultr-promise popularity was classified as not popular.
We found that vultr-promise 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
Compromised SAP CAP npm packages download and execute unverified binaries, creating urgent supply chain risk for affected developers and CI/CD environments.

Company News
Socket has acquired Secure Annex to expand extension security across browsers, IDEs, and AI tools.

Research
/Security News
Socket is tracking cloned Open VSX extensions tied to GlassWorm, with several updated from benign-looking sleepers into malware delivery vehicles.