
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.
@glints/eslint-config
Advanced tools
This repository contains shared rules for ESLint.
It is used across many of our internal and external projects.
To integrate this into your project, install the package:
npm install --save-dev @glints/eslint-config # If using npm
yarn add --dev @glints/eslint-config # If using Yarn
Then add the following to your ESLint configuration:
"extends": [
"@glints/eslint-config",
// Rules below are for projects that use React/JSX.
"@glints/eslint-config/react",
"@glints/eslint-config/jsx-control-statements"
]
For TypeScript support, add the following rules:
"overrides": {
"files": ["**/*.ts", "**/*.tsx"],
"extends": ["@glints/eslint-config/typescript"]
}
Please do not bump version before your changes have been merged into the master branch. Also, please do not push git tags on this repo for commits that have not been merged to master yet, pushing these tags would cause an un-intended release to the NPM registry. Version bumps are supposed to be a shared global entity.
Refer to this link for documentation about sharable configurations and rules.
Before modifying the rules, please notify the codebase owners because it may impact many downstream projects.
We use EditorConfig to maintain consistent line-ending and indentation rules across all our projects. Ensure that you have the appropriate plugin installed in your preferred editor, or refer to .editorconfig
.
Glints is an online talent recruitment and career discovery platform headquartered in Singapore. It is a platform for young talent to build up their career readiness through internships and graduate jobs; developing skill sets required in different careers.
P.S. We deal with quite a number of interesting engineering problems centered on matching the right talent to employers. Sounds interesting? Send your resume to tech@glints.com.
FAQs
ESLint rules for Glints projects.
The npm package @glints/eslint-config receives a total of 38 weekly downloads. As such, @glints/eslint-config popularity was classified as not popular.
We found that @glints/eslint-config demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 7 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.