Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
@applint/eslint-config
Advanced tools
遵循 阿里巴巴大淘宝前端 JavaScript、TypeScript、React 编码规范的 ESLint 可共享配置。
# 方式一
npx install-peerdeps --dev @applint/eslint-config
# 方式二
npm install --save-dev @applint/eslint-config eslint @typescript-eslint/eslint-plugin eslint-plugin-import eslint-plugin-jsx-a11y eslint-plugin-jsx-plus eslint-plugin-react eslint-plugin-react-hooks
创建 .eslintrc.js
并加入以下配置:
// .eslintrc.js
module.exports = {
extends: [
'@applint/eslint-config' // JS 项目
// '@applint/eslint-config/typescript' // TS 项目
// '@applint/eslint-config/react' // React 项目
// '@applint/eslint-config/typescript/react' // React-TS
// '@applint/eslint-config/rax' // Rax 项目
// '@applint/eslint-config/typescript/rax' // Rax-TS 项目
],
};
FAQs
阿里巴巴大淘宝前端 ESLint 可共享配置。
The npm package @applint/eslint-config receives a total of 108 weekly downloads. As such, @applint/eslint-config popularity was classified as not popular.
We found that @applint/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 researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.