
Security News
/Research
Wallet-Draining npm Package Impersonates Nodemailer to Hijack Crypto Transactions
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
sendinblue-api
Advanced tools
This is SendinBlue provided API V2 npm library. It implements the various exposed APIs that you can read more about on https://apidocs.sendinblue.com.
SendinBlue API's use HTTP Authentication through an api key. You can create your api key from API Console, after you sign up for an account with SendinBlue. You must use latest version 2.0, access key, for accessing APIs.
The following recommended installation requires npm. If you are unfamiliar with npm, see the npm docs.
Our npm package is available here https://www.npmjs.com/package/sendinblue-api
Add the following to your package.json
file:
{
...
"dependencies": {
...
"sendinblue-api": "^1.0.0"
}
}
Install sendinblue-api and its dependencies:
npm install
You can also install sendinblue-api locally with the following command:
npm install sendinblue-api
This version of the library depends on Restler 3.2.2
Assuming that you have installed this package, use below sample script to get started.
var sendinblue = require('sendinblue-api');
var parameters = { "apiKey": "your_api_key", "timeout": 5000 }; //Optional parameter: Timeout in MS
var sendinObj = new sendinblue(parameters);
var input = {};
sendinObj.get_account(input, function(err, response){
console.log(response);
});
Be sure to visit the SendinBlue official documentation website for additional information about our API.
If you find a bug, please submit the issue in Github directly.
As always, if you need additional assistance, drop us a note here.
FAQs
Official SendinBlue provided API V2 npm library
The npm package sendinblue-api receives a total of 150 weekly downloads. As such, sendinblue-api popularity was classified as not popular.
We found that sendinblue-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.
Security News
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.