Socket
Socket
Sign inDemoInstall

mailgun.js

Package Overview
Dependencies
Maintainers
13
Versions
97
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mailgun.js - npm Package Compare versions

Comparing version 8.2.0 to 8.2.1

14

CHANGELOG.md

@@ -5,2 +5,16 @@ # Changelog

### [8.2.1](https://github.com/mailgun/mailgun.js/compare/v8.2.0...v8.2.1) (2023-03-06)
### Bug Fixes
* **#342:** Items Can be Missing When Paging ([95ca758](https://github.com/mailgun/mailgun.js/commits/95ca7587eba6067a278179f7f015366c97a4f757)), closes [#342](https://github.com/mailgun/mailgun.js/issues/342)
### Other changes
* Udpate build ([1db5554](https://github.com/mailgun/mailgun.js/commits/1db555450f63d21f415c164cfef43de377399133))
* Update eslit rules for tests ([0d0a00d](https://github.com/mailgun/mailgun.js/commits/0d0a00db7a2dc342dfc3e615ce51a07c597cdbc1))
* Update suppressions tests to decrease usage of any ([2d3754a](https://github.com/mailgun/mailgun.js/commits/2d3754a4b632a074d7275535ea708380bfa064ad))
## [8.2.0](https://github.com/mailgun/mailgun.js/compare/v8.1.0...v8.2.0) (2023-03-02)

@@ -7,0 +21,0 @@

4

interfaces/Messages.d.ts

@@ -42,7 +42,7 @@ /// <reference types="node" />

*/
cc?: string;
cc?: string | string[];
/**
* Same as `To` but for `blind carbon copy`
*/
bcc?: string;
bcc?: string | string[];
/**

@@ -49,0 +49,0 @@ * Message subject

@@ -17,2 +17,2 @@ /*!

/*! mailgun.js v8.1.0 */
/*! mailgun.js v8.2.0 */
/*! https://mths.be/base64 v1.0.0 by @mathias | MIT license */
/*! mailgun.js v8.1.0 */
/*! mailgun.js v8.2.0 */
{
"name": "mailgun.js",
"version": "8.2.0",
"version": "8.2.1",
"main": "./mailgun.node.js",

@@ -5,0 +5,0 @@ "browser": "./mailgun.web.js",

@@ -1,1 +0,1 @@

8.2.0
8.2.1

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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