
Security News
Risky Biz Podcast: Making Reachability Analysis Work in Real-World Codebases
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
@oat-sa/eslint-config-tao
Advanced tools
Shareable `.eslintrc` configurations package for `oat-sa` projects.
Shareable .eslintrc.js
configurations package for oat-sa
projects.
All extensions, projects and libraries (oat-sa
wide) should use the shared config as a basis.
Current extension contains a pack of shareable configs depending on the stack and target.
General idea is described here: https://eslint.org/docs/developer-guide/shareable-configs
Use shareable eslint configurations via the extends
config property.
Default configuration. Edit the .eslintrc.js
of your project:
module.exports = {
extends: '@oat-sa/eslint-config-tao'
};
Configuration for AMD modules:
module.exports = {
extends: '@oat-sa/eslint-config-tao/amd'
};
Configuration for es modules, svelte, etc.:
module.exports = {
extends: '@oat-sa/eslint-config-tao/svelte'
};
Configuration for node:
module.exports = {
extends: '@oat-sa/eslint-config-tao/node'
};
Configuration for cypress:
module.exports = {
extends: '@oat-sa/eslint-config-tao/cypress'
};
node
config, include all plugins as dependencies, turn off implicit-arrow-linebreak
cypress
profileeslint-plugin-jsdoc
and eslint
to address vulnerabilities; updated eslint-plugin-jest
to address compatibility issueFAQs
Shareable `.eslintrc` configurations package for `oat-sa` projects.
The npm package @oat-sa/eslint-config-tao receives a total of 0 weekly downloads. As such, @oat-sa/eslint-config-tao popularity was classified as not popular.
We found that @oat-sa/eslint-config-tao demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 34 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.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.
Security News
CISA’s 2025 draft SBOM guidance adds new fields like hashes, licenses, and tool metadata to make software inventories more actionable.