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

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 9.2.0 to 9.2.1

12

CHANGELOG.md

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

### [9.2.1](https://github.com/mailgun/mailgun.js/compare/v9.2.0...v9.2.1) (2023-08-16)
### Bug Fixes
* Node.js native FormData issue ([f00dd57](https://github.com/mailgun/mailgun.js/commits/f00dd57137334e663b01dc833deefad2f36b23f6))
### Other changes
* Update readme for events ([83996c9](https://github.com/mailgun/mailgun.js/commits/83996c95fce7d8ecc3f2c5b8fcd0241500a7b1a5))
## [9.2.0](https://github.com/mailgun/mailgun.js/compare/v9.1.2...v9.2.0) (2023-07-07)

@@ -7,0 +19,0 @@

2

Classes/common/FormDataBuilder.d.ts

@@ -7,3 +7,3 @@ import * as NodeFormData from 'form-data';

createFormData(data: any): NodeFormData | FormData;
private isNodeFormData;
private isFormDataPackage;
private getAttachmentOptions;

@@ -10,0 +10,0 @@ private addMimeDataToFD;

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

/*! mailgun.js v9.1.2 */
/*! mailgun.js v9.2.0 */
/*! https://mths.be/base64 v1.0.0 by @mathias | MIT license */
/*! mailgun.js v9.1.2 */
/*! mailgun.js v9.2.0 */
{
"name": "mailgun.js",
"version": "9.2.0",
"version": "9.2.1",
"main": "./mailgun.node.js",

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

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

9.2.0
9.2.1

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

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