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.5 to 1.0.6

8

bin/index.js

@@ -62,7 +62,13 @@ #! /usr/bin/env node

console.log(traitTypes)
const backgrounds = fs.readdirSync(dir.background);
console.log(backgrounds)
// trait type avail for each punk
const combinations = allPossibleCases(traitTypes, numberOfOutputs);
console.log(combinations)
for (var n = 0; n < combinations.length; n++) {

@@ -114,4 +120,2 @@ const randomBackground =

return combinations;
return [];
};

@@ -118,0 +122,0 @@

{
"name": "nft-collection-generator",
"version": "1.0.5",
"version": "1.0.6",
"description": "generate multiple nft collections using trates",

@@ -14,3 +14,3 @@ "main": "./bin/index.js",

"repository": {
"url": "https://github.com/cyber-storm-200712/nfg-generator.git"
"url": "https://github.com/cyber-storm-200712/nft-generator.git"
},

@@ -17,0 +17,0 @@ "author": "cyberstorm",

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