🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

@mailerlite/mailerlite-nodejs

Package Overview
Dependencies
Maintainers
0
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mailerlite/mailerlite-nodejs

MailerLite Node.js SDK

1.4.0
latest
Source
npm
Version published
Weekly downloads
6.1K
-14.6%
Maintainers
0
Weekly downloads
 
Created
Source


MailerLite logo


MailerLite Node.js SDK

MIT licensed NPM Version


Installation

npm install @mailerlite/mailerlite-nodejs

Usage

// For ECMAScript (ESM)
import MailerLite from '@mailerlite/mailerlite-nodejs';

const mailerlite = new MailerLite({
  api_key: "API_KEY"
});
// For CommonJS (CJS)
const MailerLite = require('@mailerlite/mailerlite-nodejs').default;

const mailerlite = new MailerLite({
  api_key: "API_KEY"
});

Keywords

mailerlite

FAQs

Package last updated on 27 Feb 2025

Did you know?

Socket

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.

Install

Related posts