amazon-asin-scraper
Advanced tools
Comparing version 1.0.0 to 1.0.1
// sample | ||
const amazon-asin-scraper = (asin) =>{ | ||
const asinScraper = (asin) =>{ | ||
console.log('asin is ' + asin + '.'); | ||
@@ -8,2 +8,2 @@ } | ||
module.exports = amazon-asin-scraper; | ||
module.exports = asinScraper; |
{ | ||
"name": "amazon-asin-scraper", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Amazon Scraper by ASIN ID", | ||
@@ -5,0 +5,0 @@ "main": "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
622