
Research
/Security News
9 Malicious NuGet Packages Deliver Time-Delayed Destructive Payloads
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.
eslint-plugin-es
Advanced tools
ESLint plugin which disallows each ECMAScript syntax.
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.This package provides linting rules to ensure compatibility with specific browser versions. It is similar to eslint-plugin-es in that it helps with writing code that conforms to certain constraints, but it focuses on browser compatibility rather than ECMAScript versions.
eslint-plugin-node offers linting rules that are specific to Node.js development. It includes rules that prevent issues related to Node.js features and APIs. While eslint-plugin-es focuses on ECMAScript syntax, eslint-plugin-node focuses on Node.js environment rules.
This plugin provides a set of rules related to ES6+ import/export syntax. It helps in managing module imports, ensuring proper syntax and order. It complements eslint-plugin-es by focusing on module system rules, whereas eslint-plugin-es focuses on a broader range of ECMAScript features.
FAQs
ESLint plugin about ECMAScript syntactic features.
The npm package eslint-plugin-es receives a total of 2,689,762 weekly downloads. As such, eslint-plugin-es popularity was classified as popular.
We found that eslint-plugin-es 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.

Research
/Security News
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.

Security News
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.

Security News
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.