
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.
@nimblehq/eslint-config-nimble-testing
Advanced tools
ESLint testing plugin extension configuration developed and maintained by Nimble
@nimblehq/eslint-config-nimble-testingThis package provides ESLint testing rules inheriting from @nimblehq/eslint-config-nimble-core.
@nimblehq/eslint-config-nimble-testing includes jest and cypress as the primary test suite stack. Consider if the targeting project is not using those libraries.
npm install --save-dev @nimblehq/eslint-config-nimble-testing
Add @nimblehq/eslint-config-nimble-testing to the extends section of your .eslintrc configuration file.
{
"extends": [
"@nimblehq/eslint-config-nimble-testing"
],
"rules": {
// Additional, per-project rules...
}
}
Similar to the process above, but usually it requires adding the extra rules for the JS framework:
{
"extends": [
"@nimblehq/eslint-config-nimble-testing",
"plugin:react/recommended",
"plugin:vue/recommended"
],
"rules": {
// Additional, per-project rules...
}
}
This would require defining the required dependencies in the project itself.
This project is Copyright (c) 2021 and onwards Nimble. It is free software and may be redistributed under the terms specified in the LICENSE file.

This project is maintained and funded by Nimble.
We love open source and do our part in sharing our work with the community! See our other projects or hire our team to help build your product.
FAQs
ESLint testing plugin extension configuration developed and maintained by Nimble
We found that @nimblehq/eslint-config-nimble-testing demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 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.