
Research
Two Malicious Rust Crates Impersonate Popular Logger to Steal Wallet Keys
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
tslint-config-mailonline
Advanced tools
tslint-config-mailonline
MailOnline TSLint configuration.
Add tslint-config-mailonline
, tslint
, typescript
, and prettier
as development dependencies:
yarn add --dev tslint-config-mailonline tslint typescript prettier
Create TSLint configuration file (tslint.json
) that extends tslint-config-mailonline
:
{
"extends": "tslint-config-mailonline"
}
Create prettier.config.js
on the root of your project with these contents:
module.exports = require('tslint-config-mailonline/prettier');
Add the following script command to your package.json
:
{
"lint:prettier": "prettier --ignore-path .gitignore --write './**/*.{js,jsx,ts,tsx}'",
"lint:tslint": "tslint './**/*.{js,jsx,ts,tsx}' -t verbose",
"lint": "yarn run lint:prettier && yarn run lint:tslint"
}
The package also has separate entry points for some environments. Simply extend from the entry point as described below
{
"extends": [
"tslint-config-mailonline",
"tslint-config-mailonline/react"
]
}
{
"extends": "tslint-config-mailonline/react"
}
Any changes to this package that might cause code using it to not validate anymore, will be a semver-major change.
FAQs
TSLint config for MailOnline
We found that tslint-config-mailonline demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 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.
Research
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
Research
A malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.