
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.
getdrip-api
Advanced tools
A nodejs wrapper for drip v2 api.
var getdrip = require('getdripapi')(apiToken, accountId);
.getAccounts
returns a list of accounts
getdrip.getAccounts(function(err, res, body){
// body contains account list
}
.getSubscribers
returns list of subscribers
getdrip.getSubscribers = function (cb) {
// returns list of subscribers
}
.getSubscriber
returns a single subscriber
getdrip.getSubscriber = function (subscriberId, function(err, res, body) {
// returns list of one subscriber
})
.createSubscriber
returns a subscriber
getdrip.createSubscriber(testEmail, {}, function(err, res, body) {
// returns list of the new subscriber
})
.getCampaigns
returns list of campgains
getdrip.getCampaigns = function (cb) {
// returns list of subscribers
}
.subscribeToCampaign
adds a subscriber to a campaign
getdrip.subscribeToCampaign(email, campaignId, {}, function(err, res, body) {
// returns list of subscribers added to the campaign
}
.createEvent
creates an event for a given subscriber
getdrip.createEvent = function (email, event, opts, function(err, res, body) {
// no body
}
.createTag
creates 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 3 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
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.