Socket
Socket
Sign inDemoInstall

trash-cleaner

Package Overview
Dependencies
86
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.3 to 1.0.4

5

lib/client/gmail-client.js
const fs = require('fs');
const path = require('path');
const readline = require('readline');
const open = require('open');

@@ -200,3 +201,5 @@ const { google, gmail_v1 } = require('googleapis');

});
console.log('Authorize this app by visiting this url:', authUrl);
console.log('Please authorize this app by logging into newly opened window');
open(authUrl);
const rl = readline.createInterface({

@@ -203,0 +206,0 @@ input: process.stdin,

3

package.json
{
"name": "trash-cleaner",
"version": "1.0.3",
"version": "1.0.4",
"description": "Finds and deletes trash email in the mailbox",

@@ -16,2 +16,3 @@ "keywords": [

"googleapis": "^77.0.0",
"open": "^8.2.1",
"ora": "^5.4.1"

@@ -18,0 +19,0 @@ },

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