
Research
Supply Chain Attack on Axios Pulls Malicious Dependency from npm
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.
sendgrid-contacts-export
Advanced tools
Main repo: https://github.com/huned/nodejs-sendgrid-contacts-export
The simplest way to get all your SendGrid contacts as JSON.
npm install sendgrid-contacts-export
Use it like this:
const SendGrid = require(./lib/sendgrid)
const sg = new SendGrid('MY API KEY')
const contacts = await sg.getContacts()
console.log(contacts)
Optionally, specify options using SendGrid's Contacts Export API options. E.g.,
// See SendGrid's Marketing > Contacts > Exports API doc for details.
// https://sendgrid.com/docs/API_Reference/api_v3.html
const opts = {
"list_ids": [ "string" ],
"segment_ids": [ "string" ],
"notifications": {
"email": "boolean (optional)"
},
"file_type": "csv",
"max_file_size": 5000
}
await sg.getContacts(opts)
Clone this repo, then:
SENDGRID_API_KEY=<your api key> npm start
And it will print all your contacts as JSON to stdout.
You can also set SENDGRID_LIST_IDS and SENDGRID_SEGMENT_IDS to comma
separated list/segment ids. E.g.,
SENDGRID_API_KEY=<your api key> SENDGRID_LIST_IDS=<list1 id>,<list2 id> npm start
You can also define each of these environment in a ./.env file instead of at the
command line, if you wish.
MIT
FAQs
The simplest way to get all your SendGrid contacts as JSON.
The npm package sendgrid-contacts-export receives a total of 0 weekly downloads. As such, sendgrid-contacts-export popularity was classified as not popular.
We found that sendgrid-contacts-export 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
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.

Research
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.

Security News
TeamPCP is partnering with ransomware group Vect to turn open source supply chain attacks on tools like Trivy and LiteLLM into large-scale ransomware operations.