Socket
Socket
Sign inDemoInstall

@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.18 to 1.1.19

19

lib/rarity/rarity.meta.js

@@ -291,2 +291,21 @@ "use strict";

'100kclub': function (nftTraits) { return ensMetaFunc(nftTraits, '100kclub'); },
'goblintownwtf': function (nftTraits) {
var outTraits = [];
var lazerCount = nftTraits.filter(function (t) {
return t.typeValue === 'MUNCHYHOLE' && t.value === 'LAZERBARRF' ||
t.typeValue === 'stankfinder' && t.value === 'LAAAYZERSNOT' ||
t.typeValue === 'Eye on dat side' && t.value === 'LAZZARZZZZ' ||
t.typeValue === 'Eyz on dis side' && t.value === 'LAZERRR' ||
t.typeValue === 'Eers' && t.value === 'LAAAAAZZER EERS';
}).length;
if (lazerCount) {
outTraits.push({
typeValue: '# LAZZZARRRRRSS',
value: "".concat(lazerCount),
category: 'Meta',
displayType: null,
});
}
return outTraits;
},
};

@@ -293,0 +312,0 @@ /**

2

package.json
{
"name": "@poprank/rankings",
"version": "1.1.18",
"version": "1.1.19",
"description": "PopRank's NFT rarity and aesthetic ranking logic",

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

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