Security News
RubyGems.org Adds New Maintainer Role
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
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.FAQs
ESLint plugin about ECMAScript syntactic features.
The npm package eslint-plugin-es-x receives a total of 693,852 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
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
Security News
Node.js will be enforcing stricter semver-major PR policies a month before major releases to enhance stability and ensure reliable release candidates.
Security News
Research
Socket's threat research team has detected five malicious npm packages targeting Roblox developers, deploying malware to steal credentials and personal data.