Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
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 69 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.
Research
Security News
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.