
Security News
Package Maintainers Call for Improvements to GitHub’s New npm Security Plan
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
@globus/static-data-portal
Advanced tools
🧪 BETA 🧪
This is a Globus-powered research data portal generator
created using Next.js.
⚠️ IMPORTANT ⚠️ You only need to interact with this repository if you are improving the generator
or using this code to start a self-managed project. If you want to deploy a data portal, copy our template-data-portal and modify the static.json
file to suit your needs.
This is a Next.js project bootstrapped with create-next-app
.
static.json
static.json
file is the main configuration file for the data portal.utils/static.ts
file is used to enforce a TypeScript type on this file.static.json
should use utils/static.ts
and its available helpers.utils/static.ts
.The included static.json
in this repository is configured toward local development, using a non-production Globus environment (sandbox
).
MDX support has been added to the project.
For simple pages, e.g. "Terms and Conditions" and "Privacy Policy" .mdx
is used to simplify these files being overwritten by end consumers using a overrides
or content
directory.
content
DirectoryAn end-user provided content
directory can be defined to provide Markdown (or MDX) files that will be added as pages
in the Next.js project. This allows for the end-user to provide custom pages without modifying the core project (via overrides
). This also allows us to provide backwards compatibility should we decide to move away from Next.js in the future.
FAQs
**🧪 BETA 🧪**
We found that @globus/static-data-portal demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 7 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
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
Product
Socket Firewall is a free tool that blocks malicious packages at install time, giving developers proactive protection against rising supply chain attacks.
Research
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.