
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.
is-mergeable
Advanced tools
Check if a GitHub Pull Request is in a (most likely) mergeable state
npm install --global is-mergeable
GITHUB_API_TOKEN="$TOKEN" is-mergeable \
--owner jamiebuilds \
--repo is-mergeable \
--pull-request 14 \
--min-reviews 1
--check ci-tests
# [ Open ] Updating Documentation (jamiebuilds/is-mergeable#14)
# @jamiebuilds wants to merge 1 commit into `master` from `update-docs`
# https://github.com/jamiebuilds/is-mergeable/pull/14
#
# ✓ Open
# ✓ Mergeable
# ✓ Rebaseable
# ✗ Reviews: (0 approved, 1 requested changes, 1 pending)
# ✗ @user1 requested changes
# • @user2 pending reviewer
# ✓ Checks: (1 successes, 1 failures, 0 pending)
# ✓ ci-tests success
# ✗ ci-build failure
#
# ✗ jamiebuilds/is-mergeable#14 is not ready to be merged.
Note:
GITHUB_API_TOKEN
needs (at least) read privileges of your repo and have therepo
scope.
FAQs
Check if a GitHub Pull Request is in a (most likely) mergeable state
The npm package is-mergeable receives a total of 14 weekly downloads. As such, is-mergeable popularity was classified as not popular.
We found that is-mergeable demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 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.