Security News
NVD Backlog Tops 20,000 CVEs Awaiting Analysis as NIST Prepares System Updates
NVD’s backlog surpasses 20,000 CVEs as analysis slows and NIST announces new system updates to address ongoing delays.
neostandard
Advanced tools
A modern equivalent to standard
npm install -D neostandard
Add an eslint.config.js
like:
import { neostandard } from 'neostandard'
export default neostandard({
// options
})
In CommonJS:
module.exports = require('neostandard')({
// options
})
Run neostandard
by running ESLint, eg. using npx eslint
, npx eslint --fix
or similar
ignores
- string[] - an array of glob patterns indicating the files that the config should not apply tonoStyle
- boolean - if set, no style rules will be addedsemi
- boolean - if set, enforce rather than forbid semicolonsstandard-engine
.ts
files out of the boxsemistandard
as option in main packageeslint-stylistic
instead of deprecated ESLint style ruleseslint-config-prettier
anymore)@stylistic/comma-dangle
– changed – set to prefer dangling commas in everything but functions and is it set to warn
rather than error
@stylistic/no-multi-spaces
– changed – sets ignoreEOLComments
to true
, useful for aligning comments across multiple linedot-notation
– deactivated – clashes with the noPropertyAccessFromIndexSignature
check in TypeScriptno-unused-vars
– changed – sets "args": "all", "argsIgnorePattern": "^_",
to be in sync with TypeScript noUnusedParameters
n/no-deprecated-api
– changed – changed to warn
instead of error
as they are not an urgent things to fixeslint-plugin-import
and eslint-plugin-promise
FAQs
A modern successor to standard
The npm package neostandard receives a total of 21,779 weekly downloads. As such, neostandard popularity was classified as popular.
We found that neostandard demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 4 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
NVD’s backlog surpasses 20,000 CVEs as analysis slows and NIST announces new system updates to address ongoing delays.
Security News
Research
A malicious npm package disguised as a WhatsApp client is exploiting authentication flows with a remote kill switch to exfiltrate data and destroy files.
Security News
PyPI now supports digital attestations, enhancing security and trust by allowing package maintainers to verify the authenticity of Python packages.