Comparing version 3.0.0 to 3.0.1
@@ -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 () { |
{ | ||
"name": "mailtrap", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "Official mailtrap.io API client", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
16141
209
2