
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
eslint-config-nhsuk
Advanced tools
This repo provides NHSUK's
.eslintrc
as a shareable config.
The config is an extension of
eslint-config-airbnb-base.
Details of the changes can be seen in the exported config defined in
index.js. The main changes are the addition of node
and mocha
environments along with a few small tweaks to the rules. The rule changes
better meet the personal preferences of the repo maintainers.
To install the package run:
npm install eslint-config-nhsuk --save-dev
yarn add eslint-config-nhsuk --dev
The config relies upon several other packages. These are the Peer Dependencies. To get a list of the peerDependencies run the following command:
npm info eslint-config-nhsuk peerDependencies
All peerDependencies need to be installed.
Once the eslint-config-nhsuk
package has been installed it is ready to be
used. This is achieved by specifying nhsuk
in the
extends
section of your
eslint config file.
If there is no existing eslint config file it could be as simple as creating a
file named .eslintrc
with the following content:
{
"extends": "nhsuk"
}
FAQs
ESLint config. Primarily intended for use within NHSUK projects.
The npm package eslint-config-nhsuk receives a total of 1,023 weekly downloads. As such, eslint-config-nhsuk popularity was classified as popular.
We found that eslint-config-nhsuk demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 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
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.