bandcamp-fetch
Advanced tools
Comparing version 0.1.0-a-20210119 to 0.1.0-a-20210120
@@ -101,3 +101,3 @@ const fetch = require('node-fetch'); | ||
imageBaseUrl: imageConstants.baseUrl, | ||
albumImageFormat: await _parseImageFormatArg(options.albumImageFormat), | ||
albumImageFormat: await _parseImageFormatArg(options.albumImageFormat, 9), | ||
artistImageFormat: await _parseImageFormatArg(options.artistImageFormat), | ||
@@ -104,0 +104,0 @@ includeRawData: options.includeRawData ? true : false |
{ | ||
"name": "bandcamp-fetch", | ||
"version": "0.1.0a-20210119", | ||
"version": "0.1.0a-20210120", | ||
"description": "JS library for scraping Bandcamp content", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
187948