
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-config-policygenius
Advanced tools
This package provides Policygenius' .eslintrc as an extensible shared config
This package provides Policygenius' .eslintrc as an extensible shared config.
Install the configuration
yarn add --dev eslint-config-policygenius
Extend your Eslint configuration with policygenius
{
"extends": "policygenius",
"rules": {
// place any overrides here
}
}
This config exposes a base configuration along with individual configurations to suit your needs. Each configuration is extended from the recommended rules for the respective plugins.
To use an individual configuration, extend your Eslint configuration as follows
{
"extends": "policygenius/{config-name}"
}
There are individual configs for the following:
The base configuration already includes the following:
You can choose to use the base only, base + individual config or just use the individual configs for the most customization.
As an example, if you want to use the base config plus the react configs, you would extend your Eslint config as follows:
{
"extends": [
"policygenius",
"policygenius/react"
]
}
Please be sure to have the following installed when using this config.
eslint >= 8eslint-plugin-react@7.28.0eslint-plugin-jsx-a11y@6.5.1eslint-plugin-import@2.25.4eslint-plugin-jest@26.0.0eslint-plugin-prettier@4.0.0node >=16.18.0@typescript-eslint/parser@^6.1.0@typescript-eslint/eslint-plugin@^6.1.0FAQs
This package provides Policygenius' .eslintrc as an extensible shared config
The npm package eslint-config-policygenius receives a total of 102 weekly downloads. As such, eslint-config-policygenius popularity was classified as not popular.
We found that eslint-config-policygenius demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 58 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.