
Security News
Happy Birthday, Shai-Hulud
It has been one year since Shai-Hulud made its first appearance on npm.
@changesets/config
Advanced tools
Utilities for reading and parsing Changeset's config
import { parse, read, ValidationError } from "@changesets/config";
let config = await read(process.cwd(), workspaces);
let config = parse({ commit: true }, workspaces);
try {
return parse({ commit: true }, workspaces);
} catch (err) {
if (err instanceof ValidationError) {
let message = err.message;
} else {
throw err;
}
}
FAQs
Utilities for reading and parsing Changeset's config
The npm package @changesets/config receives a total of 3,129,212 weekly downloads. As such, @changesets/config popularity was classified as popular.
We found that @changesets/config 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.

Security News
It has been one year since Shai-Hulud made its first appearance on npm.

Research
/Security News
Operators behind PolinRider used a compromised GitHub account to plant malware in four development versions of a Packagist package with 700,000+ downloads.

Security News
GitHub Actions now supports cache-mode, a least-privilege control on the Actions cache aimed at the cache poisoning technique behind recent compromises.