
Security News
TeamPCP and BreachForums Launch $1,000 Contest for Supply Chain Attacks
TeamPCP and BreachForums are promoting a Shai-Hulud supply chain attack contest with a $1,000 prize for the biggest package compromise.
@changesets/read
Advanced tools
Read in all changesets from a repository.
import read from "@changesets/read";
let changesets = await getChangesets(cwd);
This returns an array of formatted changesets.
The `conventional-changelog` package is used to generate changelogs based on conventional commits. It reads commit messages, parses them according to conventional commit guidelines, and generates a changelog. Unlike @changesets/read, which focuses on reading changeset files, `conventional-changelog` works directly with commit messages.
The `standard-version` package automates versioning and changelog generation based on conventional commit messages. It reads commit messages, updates the version number, and generates a changelog. While @changesets/read is focused on reading changeset files, `standard-version` provides a more comprehensive solution for versioning and changelog management.
Lerna is a tool for managing JavaScript projects with multiple packages. It includes features for versioning, publishing, and managing dependencies between packages. Lerna can also generate changelogs, but its primary focus is on monorepo management. In contrast, @changesets/read is specifically designed for reading changeset files.
FAQs
Read changesets from disc, and return the information as JSON
The npm package @changesets/read receives a total of 2,318,239 weekly downloads. As such, @changesets/read popularity was classified as popular.
We found that @changesets/read 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.

Security News
TeamPCP and BreachForums are promoting a Shai-Hulud supply chain attack contest with a $1,000 prize for the biggest package compromise.

Security News
Packagist urges PHP projects to update Composer after a GitHub token format change exposed some GitHub Actions tokens in CI logs.

Research
GemStuffer abuses RubyGems as an exfiltration channel, packaging scraped UK council portal data into junk gems published from new accounts.