@poprank/rankings
Advanced tools
Comparing version 1.1.13 to 1.1.14
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
59697
28