
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.
@dolthub/gitgraph-core
Advanced tools
Core of gitgraph, a JavaScript library to draw pretty git graphs
This is the fork of package of GitGraph.js.
This package makes changes to take commit info from DoltHub in order to render the commit graph.
Changes are:
packages/gitgraph-core/src/branches-order.ts
, so that the branches set are ordered by oldest to newest:[...commits].reverse().forEach((commit, i) => {
this.branches.add(commit.branchToDisplay);
});
in packages/gitgraph-core/src/branches-paths.ts
, change the branch path from a curved line to a straight line.
in packages/gitgraph-core/src/gitgraph.ts
, add all branch names of the current hash to the branches array.
in packages/gitgraph-core/src/template.ts
, changed the commit nodes spacing and branch label border style.
in packages/gitgraph-core/src/user-api/gitgraph-user-api.ts
, reversed the commitOptionsList
so that it gets the right branch to show.
FAQs
Core of gitgraph, a JavaScript library to draw pretty git graphs
The npm package @dolthub/gitgraph-core receives a total of 1 weekly downloads. As such, @dolthub/gitgraph-core popularity was classified as not popular.
We found that @dolthub/gitgraph-core 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.