Comparing version 1.4.1 to 1.4.2
{ | ||
"name": "pageviews", | ||
"version": "1.4.1", | ||
"version": "1.4.2", | ||
"description": "A lightweight JavaScript client library for the Wikimedia Pageviews API for Wikipedia and various of its sister projects for Node.js and the browser.", | ||
@@ -32,3 +32,3 @@ "main": "pageviews.js", | ||
"chai": "^4.1.2", | ||
"mocha": "^5.0.0" | ||
"mocha": "^6.0.0" | ||
}, | ||
@@ -35,0 +35,0 @@ "engines": { |
@@ -652,10 +652,1 @@ /** | ||
} | ||
pageviews.getTopPageviewsByCountry({ | ||
project: 'fr.wikipedia', | ||
year: 2017, | ||
month: 12, | ||
access: 'mobile-web' | ||
}).then(function(result) { | ||
console.log(JSON.stringify(result, null, 2)) | ||
}); |
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
69647
1133