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

12

CHANGELOG.md

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

## [8.2.0](https://github.com/mailgun/mailgun.js/compare/v8.1.0...v8.2.0) (2023-03-02)
### Features
* Add type propert to errors ([71efcc5](https://github.com/mailgun/mailgun.js/commits/71efcc534ec69400b335091950dc59f372263486))
### Other changes
* Update d.ts file ([b25f2bf](https://github.com/mailgun/mailgun.js/commits/b25f2bf1bc996b30dba14181cddb31bd0b80b4d8))
## [8.1.0](https://github.com/mailgun/mailgun.js/compare/v8.0.6...v8.1.0) (2023-02-23)

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

1

error.d.ts

@@ -6,3 +6,4 @@ import APIErrorOptions from './interfaces/APIErrorOptions';

details: string;
type: string;
constructor({ status, statusText, message, body }: APIErrorOptions);
}

2

mailgun.node.js.LICENSE.txt

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

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

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

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

8.1.0
8.2.0

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