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.1.2 to 1.1.3

2

lib/Inbox.js

@@ -345,2 +345,4 @@ "use strict";

switch (dateType.precision) {
case undefined:
case null:
case 'milliseconds':

@@ -347,0 +349,0 @@ return date.getTime();

2

lib/SearchQuery.interface.d.ts
export declare type MessageIsType = 'read' | 'unread' | 'snoozed' | 'starred' | 'important';
export interface MessageDateType {
date: Date;
precision: 'year' | 'day' | 'milliseconds';
precision?: 'year' | 'day' | 'milliseconds';
}

@@ -6,0 +6,0 @@ export declare type UnixTimestamp = number;

{
"name": "gmail-inbox",
"version": "1.1.2",
"version": "1.1.3",
"description": "Receive Gmail emails in code!",

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

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