
Research
2025 Report: Destructive Malware in Open Source Packages
Destructive malware is rising across open source registries, using delays and kill switches to wipe code, break builds, and disrupt CI/CD.
getdrip-api
Advanced tools
A nodejs wrapper for drip v2 api.
var getdrip = require('getdripapi')(apiToken, accountId);
.getAccountsreturns a list of accounts
getdrip.getAccounts(function(err, res, body){
// body contains account list
}
.getSubscribersreturns list of subscribers
getdrip.getSubscribers = function (cb) {
// returns list of subscribers
}
.getSubscriberreturns a single subscriber
getdrip.getSubscriber = function (subscriberId, function(err, res, body) {
// returns list of one subscriber
})
.createSubscriberreturns a subscriber
getdrip.createSubscriber(testEmail, {}, function(err, res, body) {
// returns list of the new subscriber
})
.getCampaignsreturns list of campgains
getdrip.getCampaigns = function (cb) {
// returns list of subscribers
}
.subscribeToCampaignadds a subscriber to a campaign
getdrip.subscribeToCampaign(email, campaignId, {}, function(err, res, body) {
// returns list of subscribers added to the campaign
}
.createEventcreates an event for a given subscriber
getdrip.createEvent = function (email, event, opts, function(err, res, body) {
// no body
}
.createTagcreates a tag for a given subscriber
getdrip.createEvent = function (email, tag, opts, function(err, res, body) {
// no body
}
FAQs
Node JS wrapper for Drip v2 API
The npm package getdrip-api receives a total of 15 weekly downloads. As such, getdrip-api popularity was classified as not popular.
We found that getdrip-api 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
Destructive malware is rising across open source registries, using delays and kill switches to wipe code, break builds, and disrupt CI/CD.

Security News
Socket CTO Ahmad Nassri shares practical AI coding techniques, tools, and team workflows, plus what still feels noisy and why shipping remains human-led.

Research
/Security News
A five-month operation turned 27 npm packages into durable hosting for browser-run lures that mimic document-sharing portals and Microsoft sign-in, targeting 25 organizations across manufacturing, industrial automation, plastics, and healthcare for credential theft.