@strapi/provider-email-nodemailer
Advanced tools
Comparing version 4.0.0-next.20 to 4.0.0
{ | ||
"name": "@strapi/provider-email-nodemailer", | ||
"version": "4.0.0-next.20", | ||
"version": "4.0.0", | ||
"description": "Nodemailer provider for Strapi 3", | ||
"homepage": "https://strapi.io", | ||
"keywords": [ | ||
@@ -12,10 +11,6 @@ "strapi", | ||
], | ||
"main": "./lib", | ||
"directories": { | ||
"lib": "./lib" | ||
"homepage": "https://strapi.io", | ||
"bugs": { | ||
"url": "https://github.com/strapi/strapi/issues" | ||
}, | ||
"dependencies": { | ||
"lodash": "4.17.21", | ||
"nodemailer": "6.5.0" | ||
}, | ||
"repository": { | ||
@@ -25,11 +20,13 @@ "type": "git", | ||
}, | ||
"license": "SEE LICENSE IN LICENSE", | ||
"author": { | ||
"name": "Yurii Tykhomyrov" | ||
}, | ||
"strapi": { | ||
"isProvider": true | ||
}, | ||
"scripts": { | ||
"test": "echo \"no tests yet\"" | ||
}, | ||
"maintainers": [ | ||
{ | ||
"name": "Strapi Solutions SAS", | ||
"email": "hi@strapi.io", | ||
"url": "https://strapi.io" | ||
} | ||
], | ||
"contributors": [ | ||
@@ -49,13 +46,13 @@ { | ||
], | ||
"maintainers": [ | ||
{ | ||
"name": "Strapi team", | ||
"email": "hi@strapi.io", | ||
"url": "https://strapi.io" | ||
} | ||
], | ||
"license": "SEE LICENSE IN LICENSE", | ||
"bugs": { | ||
"url": "https://github.com/strapi/strapi/issues" | ||
"main": "./lib", | ||
"directories": { | ||
"lib": "./lib" | ||
}, | ||
"scripts": { | ||
"test": "echo \"no tests yet\"" | ||
}, | ||
"dependencies": { | ||
"lodash": "4.17.21", | ||
"nodemailer": "6.5.0" | ||
}, | ||
"engines": { | ||
@@ -65,3 +62,6 @@ "node": ">=12.x.x <=16.x.x", | ||
}, | ||
"gitHead": "9807c78cb7ab6373b7abb46da5ecc4980a9ea56c" | ||
"strapi": { | ||
"isProvider": true | ||
}, | ||
"gitHead": "b181702f0202b2c6d645d42b195a831f25cd0b03" | ||
} |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
7438
1