Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "pageviews", | ||
"version": "1.0.1", | ||
"version": "1.0.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.", | ||
@@ -5,0 +5,0 @@ "main": "pageviews.js", |
@@ -82,4 +82,4 @@ # pageviews.js | ||
year: '2015', | ||
month: '12', | ||
day: '01', | ||
month: '12', // Can also use integers like 12 | ||
day: '01', // Can also use integers like 1 | ||
limit: 2 // Limit to the first n results | ||
@@ -86,0 +86,0 @@ }).then(function(result) { |
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
39795