Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

mongodb-stitch-core-services-aws-ses

Package Overview
Dependencies
Maintainers
4
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mongodb-stitch-core-services-aws-ses - npm Package Compare versions

Comparing version 4.0.8-0 to 4.0.8-4.0.8-1.0

7

dist/umd/index.js

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

var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
(function (factory) {

@@ -12,7 +15,7 @@ if (typeof module === "object" && typeof module.exports === "object") {

Object.defineProperty(exports, "__esModule", { value: true });
var AwsSesSendResult_1 = require("./AwsSesSendResult");
var AwsSesSendResult_1 = __importDefault(require("./AwsSesSendResult"));
exports.AwsSesSendResult = AwsSesSendResult_1.default;
var CoreAwsSesServiceClient_1 = require("./internal/CoreAwsSesServiceClient");
var CoreAwsSesServiceClient_1 = __importDefault(require("./internal/CoreAwsSesServiceClient"));
exports.CoreAwsSesServiceClient = CoreAwsSesServiceClient_1.default;
});
//# sourceMappingURL=index.js.map

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

var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
(function (factory) {

@@ -12,3 +15,3 @@ if (typeof module === "object" && typeof module.exports === "object") {

Object.defineProperty(exports, "__esModule", { value: true });
var AwsSesSendResult_1 = require("../AwsSesSendResult");
var AwsSesSendResult_1 = __importDefault(require("../AwsSesSendResult"));
var CoreAwsSesServiceClient = (function () {

@@ -15,0 +18,0 @@ function CoreAwsSesServiceClient(service) {

{
"name": "mongodb-stitch-core-services-aws-ses",
"version": "4.0.8-0",
"version": "4.0.8-4.0.8-1.0",
"main": "dist/umd/index.js",

@@ -40,3 +40,3 @@ "module": "dist/esm/index.js",

"dependencies": {
"mongodb-stitch-core-sdk": "^4.0.8-0"
"mongodb-stitch-core-sdk": "^4.0.8-4.0.8-1.0"
},

@@ -43,0 +43,0 @@ "devDependencies": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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