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.
eslint-plugin-demofortutorial
Advanced tools
在项目禁用 console.time()
和 Object.value()
方法。
安装包
npm install eslint-plugin-demofortutorial -D
.eslintrc.js
module.exports = {
extends: [
'eslint:recommended',
'plugin:eslint-plugin-demofortutorial/recommended' // 这里对应的是 eslint 插件中的 configs,如: `recommended`、`no-2017`等,用于集中管理配置多个 `rule` 规则
],
plugins: [
'demofortutorial' // 省略 `eslint-plugin-` 前缀
],
// rules 中对应 eslint 插件中的 `rules`,不同于上面 extends、可以单独配置某一条 `rule` 规则
// rules: {
// "demofortutorial/no-object-values": "error"
// }
};
FAQs
forbidden something
The npm package eslint-plugin-demofortutorial receives a total of 0 weekly downloads. As such, eslint-plugin-demofortutorial popularity was classified as not popular.
We found that eslint-plugin-demofortutorial demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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.