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.
Generate Handlebars helpers for optimised inline SVG. The optimised SVG files are also saved for those situations where you don't want an inline SVG (e.g. background image).
Usage: hbs-svg [source dir] {OPTIONS}
Examples:
hbs-svg src/ --hf build/helpers.js --if build/
Options:
--hf, --helper-file Write the handlebars helpers to this file [required]
--if, --image-folder Write the optimised images to this folder [required]
$ npm install -g hbs-svg
To optimise SVG files from src/
, outputting Handlebars helpers to build/helpers.js
and optimised SVG files to build/
:
$ hbs-svg src/ --hf build/helpers.js --if build/
You can use the API directly too:
var hbsSvg = require('hbs-svg');
hbsSvg({
sourceDir: './src',
helperFile: './build/helpers.js',
imageFolder: './build'
}, function(){
console.log('done');
});
$ npm test
The idea for this tool was based on this article by @madrobby.
FAQs
Generate Handlebars helpers for optimised inline SVG.
The npm package hbs-svg receives a total of 1 weekly downloads. As such, hbs-svg popularity was classified as not popular.
We found that hbs-svg 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.