New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

mailtrap

Package Overview
Dependencies
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mailtrap - npm Package Versions

2345

4.0.0

Diff
mailtrap
published 4.0.0 •

Changelog

Source

[4.0.0] - 2025-02-28

  • BREAKING CHANGE: Missing params for the Testing API (here) are treated as errors (throw new Error(...)), not warnings.
  • BREAKING CHANGE: Removes send methods from the BulkSendingAPI and TestingAPI classes. There should be only one send method on the MailtrapClient.
  • The general and testing APIs are created lazily, after the first access to the corresponding getters.
  • Updated the MailtrapClient to accept two more params: bulk: Boolean and sandbox: Boolean. They are changing the behavior of the send method of the client in the following way:
  • Security updates for dependencies
mailtrap
published 3.5.0-beta.0 •
mailtrap
published 3.4.0 •

Changelog

Source

[3.4.0] - 2024-06-10

  • Add support for Bulk product API.
    • Refer to the examples/bulk folder for code examples.
  • Restructure examples folder.
mailtrap
published 3.4.0-beta.0 •
mailtrap
published 3.3.0 •

Changelog

Source

[3.3.0] - 2024-01-31

  • Add support for Testing product API.
    • All public routes from API V2 are now available in SDK.
    • Refer to the examples folder for code examples.
  • Security updates.
mailtrap
published 3.3.0-beta.1 •
mailtrap
published 3.3.0-beta.0 •
mailtrap
published 3.2.0 •

Changelog

Source

[3.2.0] - 2023-08-30

  • Add mailtrap-nodemailer-transporter for sending emails using HTTP API via nodemailer.
  • Security updates.
mailtrap
published 3.2.0-beta.3 •
mailtrap
published 3.2.0-beta.2 •