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.1.0 to 9.1.1

13

CHANGELOG.md

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

### [9.1.1](https://github.com/mailgun/mailgun.js/compare/v9.1.0...v9.1.1) (2023-06-23)
### Bug Fixes
* Creating one unsubscribe with the tag property ([6f27372](https://github.com/mailgun/mailgun.js/commits/6f2737229d14977093e4f8076c053be77002322c))
* Replace models map by object to remove eslint warning ([1faada1](https://github.com/mailgun/mailgun.js/commits/1faada106b50bb05ddac0b5af1b139264059a12b))
### Other changes
* Readme update ([3ccc575](https://github.com/mailgun/mailgun.js/commits/3ccc57535ac6d4eda46b12b5cad398c4eb11ff9d))
## [9.1.0](https://github.com/mailgun/mailgun.js/compare/v9.0.1...v9.1.0) (2023-06-16)

@@ -7,0 +20,0 @@

5

Classes/Suppressions/SuppressionsClient.d.ts

@@ -8,3 +8,3 @@ import Request from '../common/Request';

request: Request;
models: Map<string, any>;
models: object;
constructor(request: Request);

@@ -18,3 +18,4 @@ protected parseList(response: SuppressionListResponse, Model: {

private createWhiteList;
private checkType;
private createUnsubscribe;
private getModel;
private prepareResponse;

@@ -21,0 +22,0 @@ list(domain: string, type: string, query?: SuppressionListQuery): Promise<SuppressionList>;

2

mailgun.node.js.LICENSE.txt

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

/*! mailgun.js v9.0.1 */
/*! mailgun.js v9.1.0 */
/*! https://mths.be/base64 v1.0.0 by @mathias | MIT license */
/*! mailgun.js v9.0.1 */
/*! mailgun.js v9.1.0 */
{
"name": "mailgun.js",
"version": "9.1.0",
"version": "9.1.1",
"main": "./mailgun.node.js",

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

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

9.1.0
9.1.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