@nodebb-community/nodebb-plugin-emailer-mailjet
Advanced tools
Comparing version 3.0.1 to 3.0.2
{ | ||
"name": "@nodebb-community/nodebb-plugin-emailer-mailjet", | ||
"version": "3.0.1", | ||
"version": "3.0.2", | ||
"description": "An emailer plugin for NodeBB using Mailjet as a third party service", | ||
"main": "index.js", | ||
"main": "library.js", | ||
"repository": { | ||
@@ -7,0 +7,0 @@ "type": "git", |
{ | ||
"id": "nodebb-plugin-emailer-mailjet" | ||
,"name": "NodeBB Mailjet Plugin" | ||
,"description": "An emailer plugin for NodeBB using Mailjet as a third party service" | ||
,"url": "https://github.com/pichalite/nodebb-plugin-emailer-mailjet" | ||
,"library": "./library.js" | ||
,"templates": "templates" | ||
,"hooks": [ | ||
"id": "nodebb-plugin-emailer-mailjet", | ||
"name": "NodeBB Mailjet Plugin", | ||
"description": "An emailer plugin for NodeBB using Mailjet as a third party service", | ||
"url": "https://github.com/pichalite/nodebb-plugin-emailer-mailjet", | ||
"templates": "templates", | ||
"hooks": [ | ||
{ "hook": "static:email.send", "method": "send" }, | ||
@@ -10,0 +9,0 @@ { "hook": "filter:admin.header.build", "method": "admin.menu" }, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4784
86