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.7 to 1.0.8

2

bin/index.js

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

// }
for (let i = 0; i < arraysToCombine.length - 1; i++) {
for (let i = 0; i < arraysToCombine.length; i++) {
divisors[i] = divisors[i + 1]

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

{
"name": "nft-collection-generator",
"version": "1.0.7",
"version": "1.0.8",
"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