Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

quran-recitors

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

quran-recitors - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

.npmignore

13

package.json
{
"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 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc