
Security News
Crates.io Users Targeted by Phishing Emails
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
@gooddata/gdc-embed-gdui
Advanced tools
A Node utility for embedding Insights created in Analytical Designer onto pixel-perfect dashboards
This util logs into the GoodData platform and lets user choose a project and an insight created in Analytical Designer. It then generates the following files:
To create the js and css file, vanillajs bundler was used with @gooddata/react-components@v6.2.0.
When the three (3) files above are generated, they can be uploaded to some secure (HTTPS) hosting (e.g. Amazon S3 bucket) and index.html can be used as a source URL for Web Content component on a pixel-perfect dashboard.
❗️Hostname URL must be enabled as CORS origin for the GoodData domain. If CORS is not set up, contact GoodData Support.❗️
We use yarn dependency manager in this tutorial. To install it, follow its documentation.
$ yarn global add gdc-embed-gdui
$ gdc-embed-gdui --hostname https://developer.na.gooddata.com/ # replace the hostname if needed
Three (3) files should have been generated in the folder from where you run this util: html, js and css.
Run
gdc-embed-gdui --help
for all possible commands.
FAQs
GoodData Variable Names generator
We found that @gooddata/gdc-embed-gdui demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 37 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
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
Product
Socket now lets you customize pull request alert headers, helping security teams share clear guidance right in PRs to speed reviews and reduce back-and-forth.
Product
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.