
Research
Two Malicious Rust Crates Impersonate Popular Logger to Steal Wallet Keys
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
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 2 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
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
Research
A malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.