
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
This script allows you to use JSX in the browser with Babel transformed code, as if it were a normal DOM element.
This script allows you to use JSX in the browser with Babel compiled code in the
browser or with Babel standalone.
Use as if it were a normal DOM element created by document.createElement.
Just include both scripts like so:
<script src="https://glcdn.githack.com/pythondude325/rejsx/raw/master/main.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@babel/standalone@7.1.0/babel.min.js"></script>
Now you can simply use JSX in a script with type text/babel. Use the JSX as if you wre creating a DOM element with document.createElement.
document.body.appendChild(
<h1>Hello World</h1>
)
babel-standalone or @babel/standalone are required to use JSX. @babel/standalone is recommended and required if you want to use fragments.
FAQs
This script allows you to use JSX in the browser with Babel transformed code, as if it were a normal DOM element.
We found that rejsx 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
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.