Socket
Socket
Sign inDemoInstall

node-mediawiki

Package Overview
Dependencies
77
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-mediawiki

MediaWiki API and some command-line wrapper scripts.


Version published
Maintainers
1
Weekly downloads
1
decreased by-50%
Install size
7.41 MB

Weekly downloads

Readme

Source

node-mediawiki

See the bin directory for examples.

Documentation

generated with: grep '^MediaWiki.prototype.[a-z]' lib/index.js | sed 's/$/ ... }/'

MediaWiki.prototype.listPages = function(opts, cbTitle, cbDone) { ... }
MediaWiki.prototype.listRandomPages = function(count, cbTitle, cbDone) { ... }
MediaWiki.prototype.getPageContent = function(title, cb) { ... }
MediaWiki.prototype.getParsedPage = function(title, cb) { ... }
MediaWiki.prototype.setPageContent = function(title, text, options, cb) { ... }
MediaWiki.prototype.getLastRevision = function(cb) { ... }
MediaWiki.prototype.getRevision = function(revid, cb) { ... }

Keywords

FAQs

Last updated on 07 Oct 2019

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc