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

pageviews

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pageviews - npm Package Compare versions

Comparing version 1.4.1 to 1.4.2

4

package.json
{
"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))
});
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