
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.
@metabase/embedding-sdk-react
Advanced tools
With Metabase's Embedded analytics SDK, you can embed individual Metabase components with React (like standalone charts, dashboards, the query builder, and more). You can manage access and interactivity per component, and you have advanced customization for seamless styling.
For how to use the SDK with your app, check out our docs for the Embedded analytics SDK.
Just some commands to get you started. For more on how to set up the SDK with your app, see the SDK docs.
Start a free trial of Metabase Pro.
Or run it locally. Here's a docker one-liner:
docker run -d -p 3000:3000 --name metabase metabase/metabase-enterprise:latest
You can also download the JAR, and run it like so:
java --add-opens java.base/java.nio=ALL-UNNAMED -jar metabase.jar
By default, Metabase will run at http://localhost:3000.
If you get stuck, check out our installation docs.
You can install Metabase Embedded analytics SDK for React via npm:
npm install @metabase/embedding-sdk-react
or using yarn:
yarn add @metabase/embedding-sdk-react
For more on the SDK, check out the SDK docs.
For the current limitations of the SDK, see the SDK limitations section of the docs.
For developing the SDK, see the dev docs.
FAQs
Metabase Embedding SDK for React
The npm package @metabase/embedding-sdk-react receives a total of 25,435 weekly downloads. As such, @metabase/embedding-sdk-react popularity was classified as popular.
We found that @metabase/embedding-sdk-react demonstrated a healthy version release cadence and project activity because the last version was released less than 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.

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.