Socket
Socket
Sign inDemoInstall

rest-email-api

Package Overview
Dependencies
210
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.2 to 1.0.3

2

index.js

@@ -15,3 +15,3 @@ function runEmailApi(config) {

app.listen(port, () => console.log(`Email service listening at http://localhost:${config.port}`))
app.listen(config.port, () => console.log(`Email service listening at http://localhost:${config.port}`))

@@ -18,0 +18,0 @@ }

{
"name": "rest-email-api",
"version": "1.0.2",
"version": "1.0.3",
"description": "A REST API that sends both ad-hoc and templated emails.",

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc