Socket
Socket
Sign inDemoInstall

aws-ses-v2-local

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aws-ses-v2-local - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

3

package.json
{
"name": "aws-ses-v2-local",
"version": "1.0.0",
"version": "1.0.1",
"description": "A local version of Amazon Simple Email Service (AWS SES) supporting the V2 API",

@@ -16,2 +16,3 @@ "license": "MIT",

"scripts": {
"start": "npm run build && node dist/cli.js",
"pretest": "npm run build",

@@ -18,0 +19,0 @@ "test": "jest",

@@ -5,2 +5,4 @@ # aws-ses-v2-local

Are you using serverless-offline? You might be interested in [serverless-offline-ses-v2](https://github.com/domdomegg/serverless-offline-ses-v2).
![Screenshot of the email viewer tool](./screenshot.png)

@@ -57,3 +59,3 @@

```typescript
import { SESv2Client, SendEmailCommand, SendEmailCommandInput } from "@aws-sdk/client-sesv2"
import AWS from 'aws-sdk'

@@ -60,0 +62,0 @@ const sesClient = new AWS.SESV2({ endpoint: "http://localhost:8005" })

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