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

hubot-wikipedia

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hubot-wikipedia - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

4

package.json
{
"name": "hubot-wikipedia",
"description": "A Hubot script for interacting with Wikipedia's API (searching for articles and returning extracts).",
"version": "0.0.1",
"author": "Ian Lai <ian@fyianlai.com>",
"version": "0.0.2",
"author": "Ian Lai <os@fyianlai.com>",
"license": "MIT",

@@ -7,0 +7,0 @@ "keywords": [

@@ -6,3 +6,3 @@ # hubot-wikipedia

A Hubot script for interacting with Wikipedia's API (searching for articles and returning extracts).
A Hubot script for interacting with [Wikipedia's API](https://en.wikipedia.org/w/api.php) (searching for articles and returning extracts).

@@ -33,6 +33,6 @@ See [`src/wikipedia.coffee`](src/wikipedia.coffee) for full documentation.

Command | Description
--- | ---
hubot wiki search `query` | Returns the first 5 Wikipedia articles matching the search `query`
hubot wiki summary `article` | Returns a one-line description about `article`
Command | Listener ID | Description
--- | --- | ---
hubot wiki search `query` | `wikipedia.search` | Returns the first 5 Wikipedia articles matching the search `query`
hubot wiki summary `article` | `wikipedia.summary` | Returns a one-line description about `article`

@@ -39,0 +39,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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