
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.
@amermathsoc/mathjax-dbnsymb
Advanced tools
An extension matching dbnsymb for MathJax's TeX input
MathJax TeX extension to re-implement dbnsymb
.
We thank Prof. Bar-Natan for the kind permission to adapt the symbol font dbnsymb.
dbnsymb.js
This extension implements a TeX macro \dbnsymb
as well as the following macros:
\actsonleft
\actsonright
\Associator
\backoverslash
\hsmoothing
\overcrossing
\OpenHopfUp
\slashoverback
\smoothing
\undercrossing
\upupsmoothing
We will add more macros whenever a publication needs them.
For example, install @mathjax/src
and @amermathsoc/mathjax-dbnsymb
and use something like
import { TeX } from '@mathjax/src/js/input/tex.js';
import { configuration as dbnsymb } from 'mathjax-dbnsymb';
const tex = new TeX({
packages: [dbnsymb.name]
});
For client-side use, you need load browser/dbnsymb.js
, e.g., from a CDN.
Follow the instructions from the MathJax documentation on loading a third-party extensions, e.g.,
MathJax = {
loader: {
load: ['[dbnsymb]/dbnsymb.js'],
paths: {dbnsymb: 'https://cdn.jsdelivr.net/npm/@amermathsoc/mathjax-dbnsymb@3/browser'}
},
tex: {
packages: {'[+]': ['dbnsymb']}
}
};
FAQs
An extension matching dbnsymb for MathJax's TeX input
We found that @amermathsoc/mathjax-dbnsymb demonstrated a healthy version release cadence and project activity because the last version was released less than 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.