
Product
Microsoft Teams Notifications Are Now Available in Socket
Socket can now send alerts and supply chain attack notifications to Microsoft Teams, with filters that route the right updates to each channel.
@geowiki/core
Advanced tools
Core utilities, React hooks, and state management shared across the GeoWiki application.
Core utilities, React hooks, and state management shared across the GeoWiki application.
npm install @geowiki/core
# or
pnpm add @geowiki/core
npm install react react-dom next next-auth @tanstack/react-query @heroicons/react next-localization
import {
useAppConfig,
useClusters,
usePermission,
useNews,
} from "@geowiki/core";
function App() {
const config = useAppConfig();
const { data: clusters } = useClusters();
const canEdit = usePermission("edit");
return <div>{/* your app */}</div>;
}
useAppConfig, useCluster, useClusters, useNews, usePermission, useProjects, etc.)MapLayer, Alert, ClusterDto, GlobalSettings, and moreThis package depends on @geowiki/api-proxy, @geowiki/cms-proxy, and @geowiki/evoland-api-proxy for API communication.
MIT
FAQs
Core utilities, React hooks, and state management shared across the GeoWiki application.
We found that @geowiki/core 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.

Product
Socket can now send alerts and supply chain attack notifications to Microsoft Teams, with filters that route the right updates to each channel.

Security News
pnpm 12 rewrites the package manager in Rust, cutting install times by up to 90% while preserving pnpm 11 workflows and lockfiles.

Security News
Socket CTO Ahmad Nassri joins AppSec leaders at Black Hat to discuss active malware, package manager risks, and software supply chain defense.