
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/config
Advanced tools
Utilities for reading and parsing the Changesets config (i.e. .changeset/config.json).
import { readConfig } from "@changesets/config";
const { config, warnings, errors } = await readConfig(process.cwd());
if (warnings.length !== 0) {
console.warn(warnings);
}
if (config == null) {
console.error(errors);
return;
}
console.log(config);
FAQs
Utilities for reading and parsing Changeset's config
The npm package @changesets/config receives a total of 0 weekly downloads. As such, @changesets/config popularity was classified as not 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.

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.