Socket
Socket
Sign inDemoInstall

mailgun.js

Package Overview
Dependencies
18
Maintainers
11
Versions
95
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.0.0 to 7.0.1

7

CHANGELOG.md

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

### [7.0.1](https://github.com/mailgun/mailgun.js/compare/v7.0.0...v7.0.1) (2022-06-10)
### Bug Fixes
* Update max body length configuration. Fix Axios error handling ([cbc4182](https://github.com/mailgun/mailgun.js/commits/cbc4182db59ec6e41aada0eaad5fbf39a344d4b6))
## [7.0.0](https://github.com/mailgun/mailgun.js/compare/v6.0.1...v7.0.0) (2022-05-19)

@@ -7,0 +14,0 @@

2

mailgun.node.js.LICENSE.txt

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

/*! mailgun.js v6.0.1 */
/*! mailgun.js v7.0.0 */
/*! https://mths.be/base64 v1.0.0 by @mathias | MIT license */
/*! mailgun.js v6.0.1 */
/*! mailgun.js v7.0.0 */
{
"name": "mailgun.js",
"version": "7.0.0",
"version": "7.0.1",
"main": "./mailgun.node.js",

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

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

private formDataBuilder;
private maxBodyLength;
constructor(options: RequestOptions, formData: InputFormData);

@@ -15,0 +16,0 @@ request(method: string, url: string, onCallOptions?: Record<string, unknown | Record<string, unknown>>): Promise<APIResponse>;

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

7.0.0
7.0.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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc