
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.
@moxy/eslint-config-browser
Advanced tools
MOXY eslint configuration to be used for JavaScript projects in the browser
MOXY eslint configuration to be used for JavaScript projects in the browser.
$ npm install --save-dev eslint @moxy/eslint-config-browser
Create a .eslintrc.json file in the project root and extend @moxy/eslint-config-browser.
{
"root": true,
"extends": [
"@moxy/eslint-config-browser"
]
}
Note that by setting root to true, we ensure that no ancestor configuration is used which also improves ESLint performance because no more file lookups need to be done.
FAQs
MOXY eslint configuration to be used for JavaScript projects in the browser
The npm package @moxy/eslint-config-browser receives a total of 0 weekly downloads. As such, @moxy/eslint-config-browser popularity was classified as not popular.
We found that @moxy/eslint-config-browser demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 22 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.

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.