music-metadata-browser
Advanced tools
Comparing version 2.5.1 to 2.5.2
@@ -93,3 +93,3 @@ "use strict"; | ||
if (response.body) { | ||
const res = await this.parseReadableStream(response.body, fileInfo, options); | ||
const res = await parseReadableStream(response.body, fileInfo, options); | ||
debug('Closing HTTP-readable-stream...'); | ||
@@ -104,3 +104,3 @@ if (!response.body.locked) { // Prevent error in Firefox | ||
// Fall back on Blob | ||
return this.parseBlob(await response.blob(), options); | ||
return parseBlob(await response.blob(), options); | ||
} | ||
@@ -107,0 +107,0 @@ } |
{ | ||
"name": "music-metadata-browser", | ||
"version": "2.5.1", | ||
"version": "2.5.2", | ||
"description": "Browserifed version of music-metadata", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
35069