
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.
rollup-plugin-hbsidom
Advanced tools
A Rollup plugin for transforming handlebars templates to incremental-dom.
Rollup plugin to compile handlebar templates to IncrementalDOM.
npm i rollup-plugin-hbsidom -D
import { rollup } from 'rollup';
import hbsIdom from 'rollup-plugin-hbsidom';
rollup({
entry: 'main.js',
plugins: [
hbsIdom()
]
});
<p>Hello {{name}}</p>
import the template.
import template from 'template.hbs';
console.log(template({name:'world'}))
import { rollup } from 'rollup';
import hbsIdom from 'rollup-plugin-hbsidom';
import babel from 'rollup-plugin-babel';
import { minify } from 'uglify-js';
rollup({
entry: 'main.js',
plugins: [
hbsIdom()
]
});
MIT ©
FAQs
A Rollup plugin for transforming handlebars templates to incremental-dom.
The npm package rollup-plugin-hbsidom receives a total of 1 weekly downloads. As such, rollup-plugin-hbsidom popularity was classified as not popular.
We found that rollup-plugin-hbsidom 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.