
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-vue-jsx-hot-reload
Advanced tools
Babel plugin for hot reloading Vue 2.0 JSX component
Babel plugin for hot reloading Vue 2.0 JSX component.
This plugin only works with Vue 2.0 JSX and it's in very early stage. Use this for development only.
npm install --save-dev babel-plugin-vue-jsx-hot-reload
In your .babelrc
:
{
"plugins": [
["vue-jsx-hot-reload", { "debug": false }]
]
}
Then write your component like this
// You can't use export default { render(h) {} } directly
const Component = {
prop: {....},
render(h) {
return (
<div>Hello World</div>
);
}
};
export default Component;
// That's it !!
Setting debug: true
will log the JSX component name in terminal
MIT
FAQs
Babel plugin for hot reloading Vue 2.0 JSX component
The npm package babel-plugin-vue-jsx-hot-reload receives a total of 0 weekly downloads. As such, babel-plugin-vue-jsx-hot-reload popularity was classified as not popular.
We found that babel-plugin-vue-jsx-hot-reload 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.