
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.
cancel-circle-workflows
Advanced tools
A proof-of-concept library to cancel redundant CircleCI workflows
This is a proof-of-concept library for how simple it would be to implement functionality to cancel redundant workflows on CircleCI. Equivalent functionality existed within CircleCI 1.0 for redundant builds but that same functionality is now missing on CircleCI 2.0 with workflows.
Install the package:
npm install --save-dev cancel-circle-workflows
yarn add -D cancel-circle-workflows
This package has a default exported (promise-returning) function that expects to be invoked with a valid cookie string. This project assumes that it's being run on CircleCI directly. If you want to test this locally, just make sure to set the CIRCLE_BRANCH
, CIRCLE_PROJECT_USERNAME
, and CIRCLE_PROJECT_REPONAME
environment variables beforehand.
Import this package:
import cancelCircleWorkflows from 'cancel-circle-workflows';
Call it while passing in your cookie:
await cancelCircleWorkflows(someValidCookie);
FAQs
A proof-of-concept library to cancel redundant CircleCI workflows
The npm package cancel-circle-workflows receives a total of 1 weekly downloads. As such, cancel-circle-workflows popularity was classified as not popular.
We found that cancel-circle-workflows demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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.