
Security News
Axios Maintainer Confirms Social Engineering Attack Behind npm Compromise
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.
RarityHead NFT rarity calculator package optimized for speed
Intel i5 @ 4 Ghz and Collection with 12 traits
10.000 entry finish in:
~ 40ms
50.000 entry finish in:
~ 150ms
1.000.000 entry finish in:
~ 3000ms
import { RarityCalculator } from "rarityhead";
const calculator = new RarityCalculator(collection);
const result = calculator.TokenScore();
/*
Output:
{
// Remain as input
image: '...',
tokenId: ...,
name: "...",
description: "....",
attributes: [...],
// New fields
tokenScore: 27, // Higher is more rare
tokenRank: 3 // 1 is the rarest
}
*/
This rarity calculation is based on the "similar" method as used on e.g. raritysniper.com , it is slightly different from OpenRarity what is used on OpenSea, but result are very similar.
Calculation depend on how we handle unique traits or traits with numeric values and other factors like image is a video etc.
FAQs
RarityHead NFT rarity calculator package optimized for speed
We found that rarityhead demonstrated a not healthy version release cadence and project activity because the last version was released 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
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.

Security News
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.