
Security News
Crates.io Users Targeted by Phishing Emails
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
eslint-plugin-es-x
Advanced tools
ESLint plugin which disallows each ECMAScript syntax.
Forked from eslint-plugin-es. As the original repository seems no longer maintained.
Espree, the default parser of ESLint, has supported ecmaVersion
option.
However, the error messages of new syntax are not readable (e.g., "unexpected token" or something like).
When we use this plugin along with the latest ecmaVersion
option value, it tells us the readable error message for the new syntax, such as "ES2020 BigInt is forbidden."
Plus, this plugin lets us disable each syntactic feature individually.
See documentation
This plugin follows semantic versioning and ESLint's semantic versioning policy.
See releases.
Welcome contributing!
Please use GitHub's Issues/PRs.
npm test
runs tests and measures coverage.npm run clean
removes the coverage result of npm test
command.npm run coverage
shows the coverage result of the last npm test
command.npm run docs:build
builds documentation.npm run docs:watch
builds documentation on each file change.npm run watch
runs tests on each file change.9.1.0
Add no-arraybuffer-base64
config (#249)
Add es-x/no-uint8array-frombase64
rule (#249)
Add es-x/no-uint8array-fromhex
rule (#249)
Add es-x/no-uint8array-prototype-setfrombase64
rule (#249)
Add es-x/no-uint8array-prototype-setfromhex
rule (#249)
Add es-x/no-uint8array-prototype-tobase64
rule (#249)
Add es-x/no-uint8array-prototype-tohex
rule (#249)
Add es-x/no-math-sumprecise
rule (#266)
FAQs
ESLint plugin about ECMAScript syntactic features.
The npm package eslint-plugin-es-x receives a total of 2,621,017 weekly downloads. As such, eslint-plugin-es-x popularity was classified as popular.
We found that eslint-plugin-es-x demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 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
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
Product
Socket now lets you customize pull request alert headers, helping security teams share clear guidance right in PRs to speed reviews and reduce back-and-forth.
Product
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.