Comparing version 1.0.3 to 1.0.4
@@ -50,4 +50,5 @@ /* jshint node:true */ | ||
cp.stderr.pipe(concat(function(data) { | ||
data = data.toString(); | ||
if (data && data.slice(0, 6) === "ERROR:") { | ||
if (data && | ||
(data = data.toString()) && | ||
data.slice(0, 6) === "ERROR:") { | ||
stream.emit("error", new Error(data)); | ||
@@ -54,0 +55,0 @@ } |
{ | ||
"name": "fpcalc", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "Light wrapper around the AcoustID Chromaprint fpcalc tool", | ||
@@ -20,9 +20,7 @@ "main": "index.js", | ||
"audio", | ||
"fingerprint" | ||
"fingerprint", | ||
"mp3" | ||
], | ||
"author": "Parsha Pourkhomami", | ||
"license": "Public Domain", | ||
"bugs": { | ||
"url": "https://github.com/parshap/node-fpcalc/issues" | ||
}, | ||
"dependencies": { | ||
@@ -29,0 +27,0 @@ "event-stream": "~3", |
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
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
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
203986
6
116
2