Socket
Socket
Sign inDemoInstall

nft-collection-generator

Package Overview
Dependencies
2
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.3 to 1.0.4

16

bin/index.js

@@ -35,5 +35,15 @@ #! /usr/bin/env node

// const priorities = ['skin','eyes','mouth'];
const priorities = argumentsOption.layers
// const priorities = [
// "tails",
// "wings",
// "skin",
// "hat",
// "eyes",
// "mouth",
// "clothes",
// ];
const main = async (numberOfOutputs) => {
const priorities = argumentsOption.layers;
const main = async (numberOfOutputs=10) => {
const traitTypesDir = dir.traitTypes;

@@ -150,3 +160,3 @@ // register all the traits

recreateOutputsDir();
main(process.argv[2]);
main();
})();

2

package.json
{
"name": "nft-collection-generator",
"version": "1.0.3",
"version": "1.0.4",
"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