New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

next-circle-flags

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

next-circle-flags

A Next component with a collection of 300+ minimal circular SVG country flags

latest
Source
npmnpm
Version
1.2.0
Version published
Weekly downloads
91
-18.02%
Maintainers
1
Weekly downloads
 
Created
Source

next-circle-flags(Powered By next/image) for Next13!

CDN IS CHANGED!

UPDATE THIS PACKAGE TO LATEST VERSION !

Next circle flags (based on circle-flags)

NPM JavaScript Style Guide codecov Node.js CI

Install

npm install --save next-circle-flags

Usage

import React from 'react'
import { CircleFlag } from 'next-circle-flags'

export const SpanishFlag = () => <CircleFlag countryCode="es"  height={50} width={50}  />

With custom CDN

import React from 'react'
import { CircleFlag } from 'next-circle-flags'

export const SpanishFlag = () => <CircleFlag countryCode="es"  height={50} width={50}  cdnUrl="https://magic-cdn.com/flags/" />

You can pass all the next/image props to CircleFlag. :rocket:

Click here!

License

MIT © sinapirani

Keywords

next

FAQs

Package last updated on 03 Jun 2025

Did you know?

Socket

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.

Install

Related posts