
Security News
Happy Birthday, Shai-Hulud
It has been one year since Shai-Hulud made its first appearance on npm.
@geowiki/cms
Advanced tools
CMS page sections and widget components for rendering dynamic content from the GeoWiki content management system.
CMS page sections and widget components for rendering dynamic content from the GeoWiki content management system.
npm install @geowiki/cms
# or
pnpm add @geowiki/cms
npm install react react-dom next next-auth react-hook-form react-leaflet @react-leaflet/core leaflet classnames react-toastify zod @hookform/resolvers
Import the pre-built Tailwind CSS file in your app entry point:
import "@geowiki/cms/styles.css";
import { Sections, useMenuItems } from "@geowiki/cms";
function Page({ sections }) {
return <Sections sections={sections} />;
}
function Navigation() {
const menuItems = useMenuItems();
return <nav>{/* render menu */}</nav>;
}
Sections component that dynamically renders CMS widget arraysuseMenuItems for CMS-driven navigationThis package depends on @geowiki/api-proxy, @geowiki/cms-proxy, @geowiki/core, @geowiki/recodo, and @geowiki/ui.
MIT
FAQs
CMS page sections and widget components for rendering dynamic content from the GeoWiki content management system.
The npm package @geowiki/cms receives a total of 93 weekly downloads. As such, @geowiki/cms popularity was classified as not popular.
We found that @geowiki/cms demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.

Security News
It has been one year since Shai-Hulud made its first appearance on npm.

Research
/Security News
Operators behind PolinRider used a compromised GitHub account to plant malware in four development versions of a Packagist package with 700,000+ downloads.

Security News
GitHub Actions now supports cache-mode, a least-privilege control on the Actions cache aimed at the cache poisoning technique behind recent compromises.