Socket
Socket
Sign inDemoInstall

nft-collection-generator

Package Overview
Dependencies
70
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.6 to 1.0.7

8

bin/index.js

@@ -93,3 +93,9 @@ #! /usr/bin/env node

for (let i = arraysToCombine.length - 1; i >= 0; i--) {
// for (let i = arraysToCombine.length - 1; i >= 0; i--) {
// divisors[i] = divisors[i + 1]
// ? divisors[i + 1] * arraysToCombine[i + 1].length
// : 1;
// permsCount *= arraysToCombine[i].length || 1;
// }
for (let i = 0; i < arraysToCombine.length - 1; i++) {
divisors[i] = divisors[i + 1]

@@ -96,0 +102,0 @@ ? divisors[i + 1] * arraysToCombine[i + 1].length

2

package.json
{
"name": "nft-collection-generator",
"version": "1.0.6",
"version": "1.0.7",
"description": "generate multiple nft collections using trates",

@@ -5,0 +5,0 @@ "main": "./bin/index.js",

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc