
Security News
Vite+ Joins the Push to Consolidate JavaScript Tooling
Evan You announces Vite+, a commercial, Rust-powered toolchain built on the Vite ecosystem to unify JavaScript development and fund open source.
@hackclub/meta
Advanced tools
React component for generating Open Graph/etc meta tags for Hack Club pages. Designed for Next.js but framework-agnostic.
Not recommended for non-Hack Club sites—you’ll get Hack Club favicons :)
yarn add @hackclub/meta
# npm i @hackclub/meta
Example for hackathons.hackclub.com:
// import Head from 'next/head'
<Meta
as={Head} // component to wrap tags in, defaults to React.Fragment
name="Hack Club" // site name
title="Hackathons" // page title
description="List of upcoming high school hackathons" // page description
image="https://hackathons.hackclub.com/card.png" // large summary image URL
color="#ec3750" // theme color
manifest="/site.webmanifest" // link to site manifest
/>
All props are optional. If you include multiple times, the tags from the last instance will be used.
MIT License
FAQs
Generate meta tags for Hack Club pages
We found that @hackclub/meta demonstrated a not healthy version release cadence and project activity because the last version was released 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
Evan You announces Vite+, a commercial, Rust-powered toolchain built on the Vite ecosystem to unify JavaScript development and fund open source.
Security News
Ruby Central’s incident report on the RubyGems.org access dispute sparks backlash from former maintainers and renewed debate over project governance.
Research
/Security News
Socket researchers uncover how threat actors weaponize Discord across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.