Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@poprank/rankings

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@poprank/rankings - npm Package Compare versions

Comparing version 1.1.13 to 1.1.14

2

lib/rarity/rarity.meta.js

@@ -99,3 +99,3 @@ "use strict";

var c = 2;
while (c < Math.ceil(Math.sqrt(id)) && isPrime) {
while (c <= Math.ceil(Math.sqrt(id)) && isPrime) {
if (id % c === 0) {

@@ -102,0 +102,0 @@ isPrime = false;

{
"name": "@poprank/rankings",
"version": "1.1.13",
"version": "1.1.14",
"description": "PopRank's NFT rarity and aesthetic ranking logic",

@@ -5,0 +5,0 @@ "publishConfig": {

@@ -7,4 +7,6 @@ # Rankings

Please join us in our [Discord](https://discord.com/invite/9R5RzdUbXb) too, we'd love to chat with you
Please join us in our [Discord](https://discord.com/invite/9R5RzdUbXb) too, we'd love to chat with you.
[Rarity Punks](https://raritypunks.io/) outlined the base of our "Trait Sum" [rarity calculation](https://storage.googleapis.com/raritypunks.appspot.com/assets/rarity.pdf), we're thankful for their stellar work and recommend you check them out!
Install via npm / yarn:

@@ -11,0 +13,0 @@

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc