
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.
@flowio/eslint-config-flowio
Advanced tools
A package that provides Flow Commerce's .eslintrc as an extensible shared config
A package that provides our .eslintrc
as an extensible shared config.
Install the correct versions of each package, which are listed by the command:
npm info "@flowio/eslint-config-flowio@latest" peerDependencies
Linux / OSX users can simply run:
npm info "@flowio/eslint-config-flowio@latest" peerDependencies --json | command sed 's/[\{\},]//g ; s/: /@/g' | xargs npm install --save-dev "@flowio/eslint-config-flowio@latest"
Windows users can either install all the peer dependencies manually, or use the install-peerdeps
cli tool.
npm install -g install-peerdeps
install-peerdeps --dev @flowio/eslint-config-flowio
Our default export contains all of our ESLint rules, including ECMAScript 6+ and React, which are based on eslint-config-airbnb
with some rules modified.
Extend the config in a .eslintrc
file:
{
"extends": "@flowio/flowio"
}
We also export a base configuration which excludes React rules. You can extend
your .eslintrc
in the following way to include it:
{
"extends": "@flowio/flowio/base"
}
A special thanks to:
MIT
FAQs
A package that provides Flow Commerce's .eslintrc as an extensible shared config
The npm package @flowio/eslint-config-flowio receives a total of 23 weekly downloads. As such, @flowio/eslint-config-flowio popularity was classified as not popular.
We found that @flowio/eslint-config-flowio demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 6 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.