
Security News
Ruby's Bundler 4.0.18 Extends Cooldown to bundle lock and bundle cache
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.
@goil/badge
Advanced tools
Lightweight "Made with Goil" badge widget. Works in any HTML page, React or Next.js.
npm i @goil/badge
React / Next.js:
import { GoilBadge } from '@goil/badge/react'
export default function Layout() {
return <GoilBadge />
}
Defaults to fixed bottom-right (z-index 9999). Marked 'use client', so it works directly inside a Next.js server layout.
HTML / static site:
<script src="https://goil-composer.s3.eu-west-3.amazonaws.com/badge/latest/goil-badge.iife.min.js"></script>
interface GoilBadgeProps {
variant?: 'dark' | 'light' | 'auto' // default: 'auto' — follows prefers-color-scheme
lang?: 'en' | 'es' | 'ca' | 'auto' // default: 'auto' — reads navigator.language
position?: // default: 'bottom-right' (fixed). Use 'inline' to render in flow.
| 'bottom-right' | 'bottom-left' | 'top-right' | 'top-left' | 'inline'
zIndex?: number // default: 9999
}
Full documentation, integration patterns, screenshots and release process live in DOCS.md in the repository.
MIT © Goil
FAQs
Lightweight 'Made with Goil' badge for static sites, React and Next.js
The npm package @goil/badge receives a total of 1 weekly downloads. As such, @goil/badge popularity was classified as not popular.
We found that @goil/badge 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.
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
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.

Company News
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.