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

gmail-inbox

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gmail-inbox - npm Package Compare versions

Comparing version 1.4.0 to 1.5.0

3

lib/Inbox.js

@@ -152,2 +152,5 @@ "use strict";

}
if (typeof searchQuery === 'object' && searchQuery.maxResults) {
query.maxResults = searchQuery.maxResults;
}
_this.gmailApi.users.messages.list(query, function (errorMessage, result) { return __awaiter(_this, void 0, void 0, function () {

@@ -154,0 +157,0 @@ var gmailMessages, messages;

@@ -66,3 +66,4 @@ export declare type MessageIsType = 'read' | 'unread' | 'snoozed' | 'starred' | 'important';

};
maxResults?: number;
category: 'primary' | 'social' | 'promotions' | 'updates' | 'forums' | 'reservations' | 'purchases';
}

2

package.json
{
"name": "gmail-inbox",
"version": "1.4.0",
"version": "1.5.0",
"description": "Receive Gmail emails in code!",

@@ -5,0 +5,0 @@ "main": "lib/Inbox.js",

@@ -184,2 +184,5 @@ [![npm version](https://badge.fury.io/js/gmail-inbox.svg)](https://badge.fury.io/js/gmail-inbox)

};
maxResults?: number;
category: 'primary' | 'social' | 'promotions' | 'updates' | 'forums' | 'reservations' | 'purchases';

@@ -186,0 +189,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