Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
html2sendgrid
Advanced tools
A CLI command to publish HTML files as Dynamic Templates on Sendgrid
A CLI command to publish HTML files as Dynamic Templates on Sendgrid.
In order to automatically publish some HTML templates to SendGrid you can use this script to:
You just need to specify the sendgrid api key as an environment variable named SENDGRID_API_KEY then run the script as per instruction here below.
export SENDGRID_API_KEY=YOUR_API_KEY
npm start <HTML_DIR>
if you want to upload also some test variables
export SENDGRID_API_KEY=YOUR_API_KEY
npm start <HTML_DIR> <VARIABLES.JSON>
export MAX_VERSION_PER_TEMPLATE=5
If you set this variable the module will automatically rotate the versions of the template by keeping the last N versions.
This is useful because Sendgrid has a limit of 300 versions per account.
If you have multiple template within the same account you might want to limit how many versions of a template you want to keep in order to not hit this limit.
FAQs
A CLI command to publish HTML files as Dynamic Templates on Sendgrid
We found that html2sendgrid 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
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.