
Research
GemStuffer Campaign Abuses RubyGems as Exfiltration Channel Targeting UK Local Government
GemStuffer abuses RubyGems as an exfiltration channel, packaging scraped UK council portal data into junk gems published from new accounts.
@changesets/read
Advanced tools
Read in all changesets from a repository.
import readChangesets from "@changesets/read";
let changesets = await readChangesets(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,150,946 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.

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

Company News
Socket was named to the Rising in Cyber 2026 list, recognizing 30 private cybersecurity startups selected by CISOs and security executives.

Research
Socket detected 84 compromised TanStack npm package artifacts modified with suspected CI credential-stealing malware.