
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.
@urbandoor/eslint-plugin-urbandoor
Advanced tools
UrbanDoor's eslint configuration(s)
npm install @urbandoor/eslint-plugin-urbandoor
ESLint doesn't support plugins in plugins, so you'll need to run the following script (borrowed from airbnb) to install the requisite peerDependencies.
(
export PKG=@urbandoor/eslint-plugin-urbandoor
npm info "$PKG@latest" peerDependencies --json \
| command sed 's/[\{\},]//g ; s/: /@/g' \
| xargs npm install --save-dev "$PKG@latest"
)
At UrbanDoor, we use JavaScript in a few different ways, so this plugin exports several different configurations:
node
: node scripts
extends:
- 'plugin:@urbandoor/urbandoor/node'
modern
: in browsers via transpilation (be it webpack, webpacker, babel, or
typescript)
extends:
- 'plugin:@urbandoor/urbandoor/modern'
legacy
: in browsers via the rails asset pipeline
extends:
- 'plugin:@urbandoor/urbandoor/legacy'
common
: use as a base when none of the others will do
extends:
- 'plugin:@urbandoor/urbandoor/common'
This project includes eslint-plugin-prettier
and eslint-config-prettier
but
does not provide a prettier config. We ran into a number of inconsistencies
when trying to configure eslint/prettier but still needing to include
.prettierrc
in the consuming repo. If your repo includes a .prettierrc
,
everything should "just work".
PRs generally welcome, but ruleset changes will require a detailed justification. Please open issues before proposing changes of more than a line or two.
MIT © Urbandoor Inc. 2018 until at least now
FAQs
UrbanDoor's eslint configuration(s)
The npm package @urbandoor/eslint-plugin-urbandoor receives a total of 0 weekly downloads. As such, @urbandoor/eslint-plugin-urbandoor popularity was classified as not popular.
We found that @urbandoor/eslint-plugin-urbandoor demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 14 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.