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

@strapi/provider-email-amazon-ses

Package Overview
Dependencies
Maintainers
7
Versions
1548
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@strapi/provider-email-amazon-ses - npm Package Compare versions

Comparing version 0.0.0-4fc90398602f to 0.0.0-8581854cb3

7

lib/index.js

@@ -8,3 +8,3 @@ 'use strict';

init(providerOptions = {}, settings = {}) {
const client = nodeSES.createClient({ ...providerOptions });
var client = nodeSES.createClient({ ...providerOptions });

@@ -16,3 +16,3 @@ return {

const msg = {
let msg = {
from: from || settings.defaultFrom,

@@ -28,6 +28,5 @@ to,

};
client.sendEmail(removeUndefined(msg), (err) => {
client.sendEmail(removeUndefined(msg), function(err) {
if (err) {
if (err.Message) {
// eslint-disable-next-line prefer-promise-reject-errors
reject(`${err.Message} ${err.Detail ? err.Detail : ''}`);

@@ -34,0 +33,0 @@ }

{
"name": "@strapi/provider-email-amazon-ses",
"version": "0.0.0-4fc90398602f",
"version": "0.0.0-8581854cb3",
"description": "Amazon SES provider for strapi email",

@@ -39,3 +39,3 @@ "keywords": [

"dependencies": {
"@strapi/utils": "0.0.0-4fc90398602f",
"@strapi/utils": "0.0.0-8581854cb3",
"node-ses": "^3.0.3"

@@ -47,3 +47,3 @@ },

},
"gitHead": "4fc90398602f4a07f8ae8f04968c48d669992707"
"gitHead": "8581854cb3c817ae42b829ea686a1b0702ed9245"
}
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