Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
@department-of-veterans-affairs/eslint-config-mobile
Advanced tools
VA Design System Mobile ESLint Configuration
The Linting package contains an ESLint config for use by consumers of the VA Design System Mobile Component Library to automatically issue deprecation notices when outdated components are being used.
These steps assume you already have eslint
installed for your project as a devDependency and configured correctly.
@department-of-veterans-affairs/eslint-config-mobile
as a devDependency to your project
extends
attribute: @department-of-veterans-affairs/mobile
Once configured, running linting on your project should emit warnings for using outdated components.
If linting is part of your continuous integration checks and warnings cause failures, the following can be added to your CI linting script to suppress the warnings during CI:
--rule 'deprecate/import: off'
Not much to say for contributors as this is just a set of linting rules.
This package leverages the eslint-plugin-deprecate
package to issue deprecation notices as part of linting. As there is no real code and nothing to be run, contributing is as simple as editing the linting rules in the GitHub web interface and creating a PR.
Versioning of this package should be aligned with the components package.
FAQs
VA Design System Mobile ESLint Configuration
We found that @department-of-veterans-affairs/eslint-config-mobile demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.