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

nylas

Package Overview
Dependencies
Maintainers
6
Versions
98
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nylas - npm Package Versions

1
810

4.2.3

Diff

Changelog

Source

4.2.3 / 2019-02-21

  • Drop unnecessary dependencies: express-session, clone
  • Replace Underscore with lodash
  • Replace Bluebird promises with native promises
  • Upgrade all other dependencies and devDependencies to latest versions
  • Reduce package size by only including lib directory
nylas
published 4.2.2 •

Changelog

Source

4.2.2 / 2018-03-08

  • Add status code to error to allow it to bubble up from API request errors
  • Improvements to example/sample-app
  • Move version mismatch warning to only print if both API and SDK versions are present. This will decrease unhelpful spamming.
  • Add linkedAt to the account model
  • Parse response into JSON if it is a string.

Note: version 4.2.1 was not released.

nylas
published 4.2.1 •

nylas
published 4.2.0 •

Changelog

Source

4.2.0 / 2018-02-07

  • Bump supported Nylas API version to 2.0
  • Add support for new contact fields and functionality
nylas
published 4.1.0 •

Changelog

Source

4.1.0 / 2017-12-27

  • Added variable for supported version of Nylas API - set to 1.0 and will be updated when the SDK supports later versions of the API
  • Added warnings when the version of the API that the SDK supports differs from the version of the API that the application is using
nylas
published 4.0.0 •

Changelog

Source

4.0.0 / 2017-11-06

  • Converted Coffeescript to ES6
  • Added ESLint and Prettier for linting
  • Updated test framework from Jasmine 1.0 to Jest
  • Changed Travis to run Node 8 and lint, build, and test code in CI
  • Updated docs and example code
  • Added search() for messages and threads
  • Added upgrade() and downgrade() for account management
  • Added getRaw() for retrieving raw messages
  • BREAKING CHANGE: Changed API for sending raw messages to use draft.send() instead of Message.sendRaw()
  • Changed list() to override default offset with user’s
  • BREAKING CHANGE: Changed models for Contact, Draft, Event, File, Folder, Message, and Thread to accurately reflect the attribute that the API returns
  • Return headers correctly for expanded view for Message objects
  • BREAKING CHANGE: Return Message object instead of Draft object after send
  • Return sending failures for partial sends
  • Return server errors for SMTP exceptions on send
  • BREAKING CHANGE: Privatized _range(), _getModel(), and _getModelCollection() (not documented)
  • BREAKING CHANGE: Removed draft attribute on Message and Draft objects, since the object type is already distinguished
  • BREAKING CHANGE: Removed support for Tag objects, which has been deprecated, and instance methods on Thread for Tag changes
  • BREAKING CHANGE: Removed support for generateCursor(), which has been deprecated
  • BREAKING CHANGE: Removed support for the trial option for auth, which has been deprecated
nylas
published 3.1.1 •

Changelog

Source

3.1.1 / 2017-10-06

  • No longer throw an error after successful calls to Message.sendRaw()
  • Add status to event model
  • Don't require secret for urlForAuthentication(), allowing client-side usage without leaking or faking the app secret
  • Catch rejected promises in some missing cases
  • Emit DeltaStream retry status as an event
  • Don't console.log(), ever (callers should instrument desired logging)
  • Fix missing fields and typos in message and thread models
nylas
published 3.1.0 •

nylas
published 3.0.2 •

nylas
published 3.0.1 •

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