
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.
@simpleview/eslint-config-dms
Advanced tools
It provides a base eslint config with typescript support. It also provides a react-specific eslint config (that extends the base config) for react projects. You can skip installing unnecessary react linting-specific dependencies if using the base config.
Add eslint-config-dms as a dependency. Requires eslint 9 flat file format.
Choose the import specific to your project. You should only use one of these imports.
// use the JS config
// will enforce linting on all js files
import config from "eslint-config-dms/javascript"
// use the TS config
// will enforce linting on all js/js files
import config from "eslint-config-dms/typescript"
// use the react_typescript config
// will enforce linting on all js/jsx/ts/tsx files
import config from "eslint-config-dms/react_typescript"
eslint >=9node 20.0.0You can override or extend the rules provided by this package in your own project's eslint config
import config from "eslint-config-dms/typescript"
export default {
...config,
rules: {
...config.rules,
"no-console": "warn"
}
}
Run tests to verify that the base and react configs work as intended.
npm run test
FAQs
DMS eslint config
The npm package @simpleview/eslint-config-dms receives a total of 4 weekly downloads. As such, @simpleview/eslint-config-dms popularity was classified as not popular.
We found that @simpleview/eslint-config-dms 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.