
Security News
New Study Identifies 53 Slopsquatting Targets Across 5 Frontier LLMs
Five frontier LLMs generated the same nonexistent package names, leaving 53 available for potential slopsquatting across PyPI and 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 260 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 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
Five frontier LLMs generated the same nonexistent package names, leaving 53 available for potential slopsquatting across PyPI and npm.

Security News
The White House’s Gold Eagle Initiative aims to coordinate AI-discovered vulnerabilities, validate findings, and accelerate patching across critical software.

Security News
A Shai-Hulud infection exposed Suno's source code, which shows the AI music startup stream-ripped tracks to train its models.