Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

nylas

Package Overview
Dependencies
Maintainers
10
Versions
98
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nylas - npm Package Compare versions

Comparing version 6.3.0 to 6.3.1

2

lib/models/calendar-availability.d.ts

@@ -67,2 +67,3 @@ import Model from './model';

timeSlots: TimeSlotProperties[];
order?: string[];
};

@@ -72,2 +73,3 @@ export default class CalendarAvailability extends Model implements CalendarAvailabilityProperties {

timeSlots: TimeSlot[];
order?: string[];
static attributes: Record<string, Attribute>;

@@ -74,0 +76,0 @@ constructor(props?: CalendarAvailabilityProperties);

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

}),
order: attributes_1.default.StringList({
modelKey: 'order',
}),
};

@@ -117,0 +120,0 @@ return CalendarAvailability;

@@ -23,2 +23,3 @@ import Model from './model';

endTime: number;
emails?: string[];
};

@@ -30,2 +31,3 @@ export declare class TimeSlot extends Model implements TimeSlotProperties {

endTime: number;
emails?: string[];
static attributes: Record<string, Attribute>;

@@ -32,0 +34,0 @@ constructor(props?: TimeSlotProperties);

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

}),
emails: attributes_1.default.StringList({
modelKey: 'emails',
}),
};

@@ -71,0 +74,0 @@ return TimeSlot;

@@ -54,2 +54,8 @@ "use strict";

}
// If only one message ID was passed in, use the normal find function
if (messageIds.length == 1) {
return this.find(messageIds[0], options).then(function (message) {
return [message];
});
}
return this.range(__assign({ path: this.path() + "/" + messageIds.join() }, options));

@@ -56,0 +62,0 @@ };

2

package.json
{
"name": "nylas",
"version": "6.3.0",
"version": "6.3.1",
"description": "A NodeJS wrapper for the Nylas REST API for email, contacts, and calendar.",

@@ -5,0 +5,0 @@ "main": "lib/nylas.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