
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.
@zaiusinc/tslint-presets
Advanced tools
This NPM package includes Zaius's preferred TSLint rules for Node and React projects.
Install the package as a dev dependency using yarn or npm.
# yarn:
yarn add -D @zaiusinc/tslint-presets
# npm:
npm install -D @zaiusinc/tslint-presets
After adding the package to your project, create or update your tslint.json
file in the root of your project and extend the desired preset. For Node projects:
{
"extends": "@zaiusinc/tslint-presets/node.json",
"rules": {}
}
and for React projects:
{
"extends": "@zaiusinc/tslint-presets/react.json",
"rules": {}
}
Certain projects may need overrides to the presets. Overrides or additional rules can be added to the rules
object.
Please try to minimize overrides! For one-off situtations you can ignore a single line with:
// tslint:disable-next-line:rule-name
Start a discussion if you believe a change should be made to the preset for all projects.
FAQs
Zaius preferred TSLint rules
The npm package @zaiusinc/tslint-presets receives a total of 458 weekly downloads. As such, @zaiusinc/tslint-presets popularity was classified as not popular.
We found that @zaiusinc/tslint-presets demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 open source maintainers 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.