
Research
2025 Report: Destructive Malware in Open Source Packages
Destructive malware is rising across open source registries, using delays and kill switches to wipe code, break builds, and disrupt CI/CD.
mint-client
Advanced tools
The client is essentially a frontend template used to host documentation. In production, when `yarn prebuild` is ran it fetches all the relevant assets (the config file, the content (mdx files), and static assets) and plugs them into the appropriate locat
The client is essentially a frontend template used to host documentation. In production, when yarn prebuild is ran it fetches all the relevant assets (the config file, the content (mdx files), and static assets) and plugs them into the appropriate locations before building.
From a terminal, where you have cloned the repository, execute the following command to install the required dependencies:
yarn
INTERNAL_SITE_BEARER_TOKEN=example yarn prebuild - fetches the files for the site associated with that bearer token from GitHub. You need the pre-hashed bearer token for that to work. Mintlify employees can request the token that grants access to a test site. In the future, we will work on a way of generating temporary bearer tokens from an employee login.yarn local - the local version of yarn prebuild (fetches the content from the local ../docs folder)yarn local-to-docs - transfers the untracked files to the ../docs file (helpful for when you're working on content and you want to see changes live)
yarn local and yarn local-to-docs take in a filepath as a parameter for when you want to transfer files to a directory that isn't ../docs. For example, let's say I'm working on a migration for a client, then I can run yarn local ../../clients/vital/docs to get the files from that folder.yarn dev
This project uses prettier for code formatting. You can run prettier across the code by calling yarn run format from a terminal.
To format the code as you make changes you can install the Prettier - Code formatter extension.
Add the following to your User Settings to run prettier:
"editor.formatOnSave": true,
"editor.defaultFormatter": "esbenp.prettier-vscode"
You can either modify the settings.json file or click on Preferences > Settings to use the UI.
FAQs
The client is essentially a frontend template used to host documentation. In production, when `yarn prebuild` is ran it fetches all the relevant assets (the config file, the content (mdx files), and static assets) and plugs them into the appropriate locat
We found that mint-client demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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
Destructive malware is rising across open source registries, using delays and kill switches to wipe code, break builds, and disrupt CI/CD.

Security News
Socket CTO Ahmad Nassri shares practical AI coding techniques, tools, and team workflows, plus what still feels noisy and why shipping remains human-led.

Research
/Security News
A five-month operation turned 27 npm packages into durable hosting for browser-run lures that mimic document-sharing portals and Microsoft sign-in, targeting 25 organizations across manufacturing, industrial automation, plastics, and healthcare for credential theft.