Security News
New Python Packaging Proposal Aims to Solve Phantom Dependency Problem with SBOMs
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools often miss.
@autovance/eslint-config-autovance
Advanced tools
Autovance Javascript and Typescript ESLint Styles
npx @autovance/eslint-config-autovance
$ npm i --save-dev \
@autovance/eslint-config-autovance \
@typescript-eslint/eslint-plugin@3 \
eslint@7 \
eslint-config-prettier@6 \
eslint-plugin-node@11 \
eslint-plugin-prettier@3 \
prettier@2
In the package.json
:
"prettier": "@autovance/eslint-config-autovance/prettier",
In the eslint config:
{
"extends": [
// One of:
// Contains both Javascript and Typescript rules, for hybrid projects
"@autovance/eslint-config-autovance",
// Contains rules for javascript
"@autovance/eslint-config-autovance/javascript",
// Contains rules for typescript
"@autovance/eslint-config-autovance/typescript"
],
"plugins": [
// Implementation specific plugins like mocha, jest
],
"rules": {
// Style overrides
// Implementation Specific rules like
// "mocha/no-exclusive-tests": 2,
// "jest/no-exclusive-tests": 2,
}
}
FAQs
Autovance Javascript and Typescript ESLint Styles
The npm package @autovance/eslint-config-autovance receives a total of 25 weekly downloads. As such, @autovance/eslint-config-autovance popularity was classified as not popular.
We found that @autovance/eslint-config-autovance 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.
Security News
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools often miss.
Security News
Socket CEO Feross Aboukhadijeh discusses open source security challenges, including zero-day attacks and supply chain risks, on the Cyber Security Council podcast.
Security News
Research
Socket researchers uncover how threat actors weaponize Out-of-Band Application Security Testing (OAST) techniques across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.