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

parse-server-mailgun-adapter-template

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

parse-server-mailgun-adapter-template - npm Package Compare versions

Comparing version 1.1.2 to 1.1.3

17

package.json
{
"name": "parse-server-mailgun-adapter-template",
"version": "1.1.2",
"version": "1.1.3",
"description": "Used to send Parse Server password reset and email verification emails though Mailgun",

@@ -11,3 +11,3 @@ "main": "index.js",

"type": "git",
"url": "git+https://github.com/bcomeau/parse-server-mailgun-template.git"
"url": "git+https://github.com/bcomeau/parse-server-mailgun-adapter-template.git"
},

@@ -17,13 +17,12 @@ "keywords": [

"parse-server",
"email-adapter"
"email-adapter",
"email",
"template"
],
"author": "Drew Gross",
"author": "Benjamin Comeau",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/bcomeau/parse-server-mailgun-template/issues"
"url": "https://github.com/bcomeau/parse-server-mailgun-adapter-template/issues"
},
"contributors": [
"Benjamin Comeau <benjamin@bcomeau.ca>"
],
"homepage": "https://github.com/bcomeau/parse-server-mailgun-templater#readme",
"homepage": "https://github.com/bcomeau/parse-server-mailgun-adapter-template#readme",
"dependencies": {

@@ -30,0 +29,0 @@ "mailgun-js": "^0.7.7"

@@ -1,2 +0,2 @@

# parse-server-simple-mailgun-adapter
# parse-server-mailgun-adapter-template
Used to send Parse Server password reset and email verification emails though Mailgun

@@ -10,3 +10,3 @@

emailAdapter: {
module: 'parse-server-simple-mailgun-adapter',
module: 'parse-server-mailgun-adapter-template',
options: {

@@ -13,0 +13,0 @@ // The address that your emails come from

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