New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

hubot-search

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-search - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

2

package.json
{
"name": "hubot-search",
"description": "An extendable Hubot script for querying several search engine services: Google Custom Search, and Bing Search API.",
"version": "0.0.3",
"version": "0.0.4",
"author": "Ian Lai <os@fyianlai.com>",

@@ -6,0 +6,0 @@ "license": "MIT",

@@ -36,5 +36,5 @@ # hubot-search

`GOOGLE_CUSTOM_SEARCH` | N/A | The [Google Custom Search][gcse] engine [identifier](https://cse.google.com/cse/all) (the `cx` portion of the custom search engine URL)
`BING_SEARCH_API_KEY` | N/A | The [primary account key](https://datamarket.azure.com/dataset/explore/bing/searchweb) for performing Bing Search API queries
`BING_SEARCH_API_KEY` | N/A | The [primary account key](https://datamarket.azure.com/dataset/explore/bing/searchweb) for performing [Bing Search API][bse] queries
### Google Custom Search
### [Google Custom Search][gcse]

@@ -63,3 +63,3 @@ The Google Custom Search command listener will not be registered if neither `GOOGLE_API_KEY` nor `GOOGLE_CUSTOM_SEARCH` environment variables are defined.

### Bing Search API
### [Bing Search API][bse]

@@ -66,0 +66,0 @@ The Bing Search API command listener will not be registered if `BING_SEARCH_API_KEY` is not defined.

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