quran-recitors
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "quran-recitors", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "A Node.js module to get Quran recitors from mp3quran.net", | ||
"files":[ | ||
"QuranRecitors.js" | ||
], | ||
"main":"QuranRecitors.js", | ||
"scripts": { | ||
"lint":"standard-format -w QuranRecitors.js", | ||
"prepublish":"standard-format -w QuranRecitors.js" | ||
}, | ||
@@ -29,6 +25,3 @@ "author": "ismnoiet<ismnoiet@gmail.com>", | ||
"mp3" | ||
], | ||
"devDependencies": { | ||
"standard": "^5.4.1" | ||
} | ||
] | ||
} |
@@ -33,4 +33,8 @@ #!/usr/bin/env node | ||
fs.writeFile(destinationFile, JSON.stringify(that.recitors, null, 4), function (err) { | ||
if (err) {console.log("Can't save recitor list to ", destinationFile)} | ||
that.emit('recitors-saved', {destination: destinationFile}) | ||
if (err) { | ||
console.log("Can't save recitor list to ", destinationFile) | ||
} else { | ||
that.emit('recitors-saved', {destination: destinationFile}) | ||
} | ||
}) | ||
@@ -37,0 +41,0 @@ |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
24965
0
6
798
1