
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.
do-with-redis-lock
Advanced tools
redisConn = {
port: 9000,
host: "...",
auth: "...",
db: 1 #optional
}
doWithLock = require("do-with-redis-lock")(redisConn)
action = ->
request.getAsync(...) # something that returns a Promise
doWithLock(action, key).then (result) ->
# continue...
If a concurrency problem appears, the Promise is rejected with:
{
statusCode: 503,
body: {
code: "concurrency_conflict",
message: "Somebody is doing this at the same time at you"
}
}
"concurrency_conflict" anymore. See above.FAQs
Promisified behavior locking with Redis
The npm package do-with-redis-lock receives a total of 278 weekly downloads. As such, do-with-redis-lock popularity was classified as not popular.
We found that do-with-redis-lock demonstrated a healthy version release cadence and project activity because the last version was released less than 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.