
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
@mapbox/dr-ui
Advanced tools
Pronounced "Doctor UI". Documentation React UI components. See @mapbox/mr-ui.
UI components for Mapbox documentation projects.
This project is for internal Mapbox usage. The code is open source and we appreciate bug reports; but we will only consider feature requests and pull requests from Mapbox developers.
Requirements
If you're not sure if your Node and NPM versions are up to date, run nvm use before installing dependencies. If you don't have NVM installed, you can find installation instructions here.
npm install @mapbox/dr-ui
On Mapbox projects, pair these components with version 0.26.0 of Mapbox's custom Assembly build. (This is not in peerDependencies because you might use <link> and <script> tags instead of the npm package.)
The public Assembly build should work fine, with maybe one or two hiccups.
Import individual components! All components are exposed at @mapbox/dr-ui/{component-name}. For example:
import Card from '@mapbox/dr-ui/card';
import BackToTopButton from '@mapbox/dr-ui/back-to-top-button';
Only the component itself and whatever it depends on will be drawn into your bundle.
See CONTRIBUTING.md.
FAQs
Mapbox frontend tools for documentation websites.
The npm package @mapbox/dr-ui receives a total of 74 weekly downloads. As such, @mapbox/dr-ui popularity was classified as not popular.
We found that @mapbox/dr-ui demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 28 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.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.