
Security News
/Research
Wallet-Draining npm Package Impersonates Nodemailer to Hijack Crypto Transactions
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
babel-plugin-hydroxide-compiler
Advanced tools
Compiler for Hydroxide Framework
It compiles JSX into efficient Template Hydrations
import { reactive } from 'hydroxide'
function Counter() {
const count = reactive(0)
const increment = () => count.set(count() + 1)
return <button on:click={increment}>count is {count()}</button>
}
import { reactive } from 'hydroxide'
import { delegateEvents, insert, template } from 'hydroxide-dom'
const _tmpl = /* #__PURE__ */ template('<button>count is <!></button>')
function Counter() {
const count = reactive(0)
const increment = () => count.set(count() + 1)
return /* #__PURE__ */ (() => {
const _root = _tmpl.cloneNode(true)
const _node = _root.firstChild.nextSibling
_root.$$click = increment
insert(_node, count)
return _root
})()
}
delegateEvents(['click'])
FAQs
Compiler for Hydroxide Framework
The npm package babel-plugin-hydroxide-compiler receives a total of 0 weekly downloads. As such, babel-plugin-hydroxide-compiler popularity was classified as not popular.
We found that babel-plugin-hydroxide-compiler 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.
Security News
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.