New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

mailtrap

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mailtrap - npm Package Compare versions

Comparing version 3.0.0 to 3.0.1

4

CHANGELOG.md

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

## [3.0.1] - 2022-09-07
- Improve compatibility with the Node.js module system.
## [3.0.0] - 2022-06-14

@@ -2,0 +6,0 @@

@@ -13,2 +13,14 @@ "use strict";

}));
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
Object.defineProperty(o, "default", { enumerable: true, value: v });
}) : function(o, v) {
o["default"] = v;
});
var __importStar = (this && this.__importStar) || function (mod) {
if (mod && mod.__esModule) return mod;
var result = {};
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
__setModuleDefault(result, mod);
return result;
};
var __exportStar = (this && this.__exportStar) || function(m, exports) {

@@ -53,8 +65,11 @@ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);

};
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.MailtrapClient = void 0;
var http = require("http");
var https = require("https");
var axios_1 = require("axios");
var encodeMailBuffers_1 = require("./lib/encodeMailBuffers");
var http = __importStar(require("http"));
var https = __importStar(require("https"));
var axios_1 = __importStar(require("axios"));
var encodeMailBuffers_1 = __importDefault(require("./lib/encodeMailBuffers"));
var MAILTRAP_ENDPOINT = "https://send.api.mailtrap.io";

@@ -61,0 +76,0 @@ var MailtrapClient = /** @class */ (function () {

2

package.json
{
"name": "mailtrap",
"version": "3.0.0",
"version": "3.0.1",
"description": "Official mailtrap.io API client",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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