
Security News
GitHub Actions Pricing Whiplash: Self-Hosted Actions Billing Change Postponed
GitHub postponed a new billing model for self-hosted Actions after developer pushback, but moved forward with hosted runner price cuts on January 1.
@nylas/nylas-js
Advanced tools
This is the GitHub repository for the Nylas JavaScript SDK. The Nylas Communications Platform provides REST APIs for Email, Calendar, and Contacts, and the Nylas Javascript SDK is the quickest way to build your integration using JavaScript.
Here are some resources to help you get started:
To install the Nylas JavaScript SDK, you will first need to have npm installed on your machine.
Then, head to the nearest command line and run the following:
npm install @nylas/nylas-js
To install this package from source, clone this repo and run npm install from inside the project directory:
git clone https://github.com/nylas/nylas-js.git
cd nylas-js
npm install
The entrypoint for the SDK is Nylas, which can be imported as an ES module and instantiated:
import Nylas from 'nylas-js'
const nylas = new Nylas({
// Config
});
These are the following options that can be passed in to configure an instance of the Nylas JS SDK
serverBaseUrlThe URL of the backend server configured with the Nylas middleware or Nylas routes implemented.
Interested in contributing to the Nylas JavaScript SDK project? Thanks so much for your interest! We are always looking for improvements to the project and contributions from open-source developers are greatly appreciated.
Please refer to Contributing for information about how to make contributions to this project. We welcome questions, bug reports, and pull requests.
This project is licensed under the terms of the MIT license. Please refer to LICENSE for the full terms.
FAQs
JavaScript SDK for the Nylas Platform API
The npm package @nylas/nylas-js receives a total of 3,777 weekly downloads. As such, @nylas/nylas-js popularity was classified as popular.
We found that @nylas/nylas-js demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 9 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
GitHub postponed a new billing model for self-hosted Actions after developer pushback, but moved forward with hosted runner price cuts on January 1.

Research
Destructive malware is rising across open source registries, using delays and kill switches to wipe code, break builds, and disrupt CI/CD.

Security News
Socket CTO Ahmad Nassri shares practical AI coding techniques, tools, and team workflows, plus what still feels noisy and why shipping remains human-led.