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.
@tulipjs/eslint-config
Advanced tools
This package provides a set of rules for ESLint to be used in your editor of choice. To install, make sure your .npmrc
is set up for the internal npm registry, and run:
npm i -D @tulip/eslint-config
In your .eslintrc
file, the most simple setup is as follows:
{
"extends": "@tulip"
}
If you come across a rule you think should be changed, you can open a Merge Request in this repo to start a discussion. Link to the official docs for the rule in question on ESLint's site and make your case! This is meant to be a living document and it should evolve over time. Run npm run test
to make sure you didn't add any ESLint errors to this repo.
Since editing the lint config might not relate to a task or user story, give your branch a descriptive name, perhaps after the rule in question.
Once your project has a valid .eslintrc
file, you editor needs to know how and when you'd like it to be used. Most editors should be able to work quickly while you type (with a throttle). Below are some examples.
FAQs
ESLint rules for Web Apps at Tulip.
The npm package @tulipjs/eslint-config receives a total of 297 weekly downloads. As such, @tulipjs/eslint-config popularity was classified as not popular.
We found that @tulipjs/eslint-config 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.
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.