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

hubot-googledrive-search

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hubot-googledrive-search - npm Package Compare versions

Comparing version 3.0.0 to 3.0.1

2

package.json
{
"name": "hubot-googledrive-search",
"version": "3.0.0",
"version": "3.0.1",
"description": "Google drive search for hubot!",

@@ -5,0 +5,0 @@ "main": "index.coffee",

@@ -46,10 +46,9 @@ // Description:

var tokens = auth.getTokens();
var tokens = auth.getTokens(),
authUrl = auth.generateAuthUrl(),
authMsg = `Authorize this app by visiting this url :\n ${authUrl}` +
'\nThen use @hubot drive set code <code>';
// If there are no existing refresh tokens then the user will need to manually authenticate
if (!tokens.refresh_token) {
var authUrl = auth.generateAuthUrl(),
authMsg = `Authorize this app by visiting this url :\n ${authUrl}` +
'\nThen use @hubot drive set code <code>';
cb({

@@ -137,3 +136,3 @@ err: null,

msg.send("Hubot google drive code set");
msg.send("Hubot drive code successfully set!");
});

@@ -147,3 +146,3 @@ });

for (var name in tokens) {
msg.send(`#{name}: ${tokens[name]}`);
msg.send(`${name}: ${tokens[name]}`);
}

@@ -150,0 +149,0 @@ });

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