
Research
/Security News
10 npm Typosquatted Packages Deploy Multi-Stage Credential Harvester
Socket researchers found 10 typosquatted npm packages that auto-run on install, show fake CAPTCHAs, fingerprint by IP, and deploy a credential stealer.
@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 43 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.

Research
/Security News
Socket researchers found 10 typosquatted npm packages that auto-run on install, show fake CAPTCHAs, fingerprint by IP, and deploy a credential stealer.

Product
Socket Firewall Enterprise is now available with flexible deployment, configurable policies, and expanded language support.

Security News
Open source dashboard CNAPulse tracks CVE Numbering Authorities’ publishing activity, highlighting trends and transparency across the CVE ecosystem.