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

nylas

Package Overview
Dependencies
Maintainers
2
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 3.0.2 to 3.1.0

src/models/account.coffee

19

lib/models/thread.js

@@ -63,2 +63,7 @@ (function() {

}),
'firstMessageTimestamp': Attributes.DateTime({
queryable: true,
modelKey: 'firstMessageTimestamp',
jsonKey: 'first_message_timestamp'
}),
'lastMessageTimestamp': Attributes.DateTime({

@@ -69,2 +74,16 @@ queryable: true,

}),
'lastMessageReceivedTimestamp': Attributes.DateTime({
queryable: true,
modelKey: 'lastMessageReceivedTimestamp',
jsonKey: 'last_message_received_timestamp'
}),
'lastMessageSentTimestamp': Attributes.DateTime({
queryable: true,
modelKey: 'lastMessageSentTimestamp',
jsonKey: 'last_message_sent_timestamp'
}),
'hasAttachments': Attributes.Boolean({
queryable: true,
modelKey: 'has_attachments'
}),
'labels': Attributes.Collection({

@@ -71,0 +90,0 @@ modelKey: 'labels',

2

lib/nylas-connection.js

@@ -48,3 +48,3 @@ (function() {

PACKAGE_JSON = require('./package.json');
PACKAGE_JSON = require('../package.json');

@@ -51,0 +51,0 @@ SDK_VERSION = PACKAGE_JSON.version;

{
"name": "nylas",
"version": "3.0.2",
"version": "3.1.0",
"description": "A NodeJS wrapper for the Nylas REST API for Email, Contacts and Calendar",

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

@@ -442,5 +442,5 @@ Nylas Node.js Bindings ![Travis build status](https://travis-ci.org/nylas/nylas-nodejs.svg?branch=master)

We'd love your help making the Nylas Node.js bindings better. Join the Google Group for project updates and feature discussion. We also hang out on the [Nylas community Slack channel](http://nylas-slack-invite.heroku.com/), or you can email support@nylas.com.
We'd love your help making the Nylas Node.js bindings better. Join the Google Group for project updates and feature discussion. We also hang out on the [Nylas community Slack channel](http://slack-invite.nylas.com/), or you can email support@nylas.com.
Please sign the [Contributor License Agreement](https://www.nylas.com/cla.html) before submitting pull requests. (It's similar to other projects, like NodeJS or Meteor.)
Please sign the [Contributor License Agreement](https://goo.gl/forms/lKbET6S6iWsGoBbz2) before submitting pull requests. (It's similar to other projects, like NodeJS or Meteor.)

@@ -447,0 +447,0 @@ Tests can be run with:

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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