
Company News
Socket Joins New OpenJS Program to Fund Node.js Security Work
Socket is joining the OpenJS Security Stewardship Program to fund Node.js vulnerability research, maintainer remediation, and security releases.
@changesets/get-release-plan
Advanced tools
Reads changesets and adds information on dependents that need bumping
A function that reads information about the current repository
import { getReleasePlan } from "@changesets/get-release-plan";
const releasePlan = await getReleasePlan(cwd, since, passedConfig);
The directory to run getReleasePlan in - most often process.cwd()
Sets whether to use all changesets present, or only those changesets that are new since the branch diverged from another one.
The changeset config options as defined in @changesets/types. This is optional, and can be used to overwrite any written config options.
Lerna is a popular tool for managing JavaScript projects with multiple packages. It offers functionalities for versioning, publishing, and managing dependencies across multiple packages. Unlike @changesets/get-release-plan, Lerna provides a more comprehensive suite of tools for monorepo management, including bootstrapping and linking local dependencies.
semantic-release automates the versioning and package publishing process based on the commit messages. It ensures that the package is always released with the correct version and changelog. While @changesets/get-release-plan focuses on generating a release plan from changeset files, semantic-release automates the entire release process based on commit history.
standard-version is a tool for versioning and changelog generation based on conventional commits. It is simpler than semantic-release and focuses on generating changelogs and bumping versions. Unlike @changesets/get-release-plan, which reads changeset files, standard-version relies on commit messages to determine the next version.
FAQs
Reads changesets and adds information on dependents that need bumping
The npm package @changesets/get-release-plan receives a total of 1,994,322 weekly downloads. As such, @changesets/get-release-plan popularity was classified as popular.
We found that @changesets/get-release-plan demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.

Company News
Socket is joining the OpenJS Security Stewardship Program to fund Node.js vulnerability research, maintainer remediation, and security releases.

Security News
Two compromised GitHub Actions were re-enabled with malicious tags intact, exposing thousands of downstream repositories to Mini Shai-Hulud.

Research
/Security News
A malicious Firefox extension fetches its payload after installation to evade detection, steal Google session cookies, and automate account takeover.