mailparser
Advanced tools
Comparing version 2.0.0 to 2.0.1
'use strict'; | ||
const MailParser = require('./lib/mail-parser'); | ||
const SimpleParser = require('./lib/simple-parser'); | ||
const simpleParser = require('./lib/simple-parser'); | ||
module.exports = { | ||
MailParser, | ||
SimpleParser | ||
simpleParser | ||
}; |
{ | ||
"name": "mailparser", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "Parse e-mails", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -219,4 +219,4 @@ # MailParser | ||
European Union Public License 1.1\. Commercial licenses available upon request. Contact [cales@nodemailer.com](mailto:sales@nodemailer.com) for details. | ||
European Union Public License 1.1\. Commercial licenses available upon request. Contact [sales@nodemailer.com](mailto:sales@nodemailer.com) for details. | ||
© 2017 Kreata OÜ |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0