
Security News
Feross on TBPN: How North Korea Hijacked Axios
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.
Texbot is a Slack bot that generates LaTeX rendered images using the QuickLaTeX site.
Once invited to a room, texbot listens for the command !tex. For example, the following command:
!tex \begin{eqnarray}
y &=& x^4 + 4 \nonumber \\
&=& (x^2+2)^2 -4x^2 \nonumber \\
&\le&(x^2+2)^2
\end{eqnarray}
Produces the following render:

In order for texbot to function properly, you must first add a bot to the list of custom configurations. Once you have a bot, you must replace <token> in bin/texbot.js with the API Token for that bot.
Please note: Be careful when using GitHub and API Tokens. These are sensitive values that should not be pushed to public repositories. If you plan to use texbot in a repository you should use the fs npm module and store this token in a file that does not get pushed to the public repository.
texbot includes the following LaTeX packages by default:
But you can easily change which packages are included by editing the preamble inside of bin/texbot.js. Keep in mind that QuickLaTeX does not support all packages.
Credit for the LaTeX icon goes to kafi2007 on Deviant Art :smile:
FAQs
a Slack bot that utilizes QuickLaTeX to translate LaTeX into images
We found that texbot 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
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.

Security News
OpenSSF has issued a high-severity advisory warning open source developers of an active Slack-based campaign using impersonation to deliver malware.

Research
/Security News
Malicious packages published to npm, PyPI, Go Modules, crates.io, and Packagist impersonate developer tooling to fetch staged malware, steal credentials and wallets, and enable remote access.