mailauth 4.4.0 → 4.4.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/licenses.txt +5 -5
- package/man/mailauth.1 +1 -1
- package/package.json +5 -4
package/licenses.txt
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
name license type link installed version author
|
|
2
2
|
---- ------------ ---- ----------------- ------
|
|
3
3
|
@postalsys/vmc MIT https://registry.npmjs.org/@postalsys/vmc/-/vmc-1.0.6.tgz 1.0.6 Postal Systems OÜ
|
|
4
|
-
fast-xml-parser MIT git+https://github.com/NaturalIntelligence/fast-xml-parser.git 4.2.
|
|
5
|
-
ipaddr.js MIT git://github.com/whitequark/ipaddr.js.git 2.0
|
|
6
|
-
joi BSD-3-Clause git://github.com/hapijs/joi.git 17.9.
|
|
4
|
+
fast-xml-parser MIT git+https://github.com/NaturalIntelligence/fast-xml-parser.git 4.2.4 Amit Gupta (https://amitkumargupta.work/)
|
|
5
|
+
ipaddr.js MIT git://github.com/whitequark/ipaddr.js.git 2.1.0 whitequark <whitequark@whitequark.org>
|
|
6
|
+
joi BSD-3-Clause git://github.com/hapijs/joi.git 17.9.2 n/a
|
|
7
7
|
libmime MIT git://github.com/andris9/libmime.git 5.2.1 Andris Reinman <andris@kreata.ee>
|
|
8
|
-
nodemailer MIT
|
|
8
|
+
nodemailer MIT-0 git+https://github.com/nodemailer/nodemailer.git 6.9.3 Andris Reinman
|
|
9
9
|
psl MIT git+ssh://git@github.com/lupomontero/psl.git 1.9.0 Lupo Montero <lupomontero@gmail.com> (https://lupomontero.com/)
|
|
10
10
|
punycode MIT git+https://github.com/mathiasbynens/punycode.js.git 2.3.0 Mathias Bynens https://mathiasbynens.be/
|
|
11
|
-
yargs MIT git+https://github.com/yargs/yargs.git 17.7.
|
|
11
|
+
yargs MIT git+https://github.com/yargs/yargs.git 17.7.2 n/a
|
package/man/mailauth.1
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mailauth",
|
|
3
|
-
"version": "4.4.
|
|
3
|
+
"version": "4.4.1",
|
|
4
4
|
"description": "Email authentication library for Node.js",
|
|
5
5
|
"main": "lib/mailauth.js",
|
|
6
6
|
"scripts": {
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"homepage": "https://github.com/postalsys/mailauth",
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"chai": "4.3.7",
|
|
36
|
-
"eslint": "8.
|
|
36
|
+
"eslint": "8.45.0",
|
|
37
37
|
"eslint-config-nodemailer": "1.2.0",
|
|
38
38
|
"eslint-config-prettier": "8.8.0",
|
|
39
39
|
"js-yaml": "4.1.0",
|
|
@@ -46,11 +46,11 @@
|
|
|
46
46
|
},
|
|
47
47
|
"dependencies": {
|
|
48
48
|
"@postalsys/vmc": "1.0.6",
|
|
49
|
-
"fast-xml-parser": "4.2.
|
|
49
|
+
"fast-xml-parser": "4.2.6",
|
|
50
50
|
"ipaddr.js": "2.1.0",
|
|
51
51
|
"joi": "17.9.2",
|
|
52
52
|
"libmime": "5.2.1",
|
|
53
|
-
"nodemailer": "6.9.
|
|
53
|
+
"nodemailer": "6.9.4",
|
|
54
54
|
"psl": "1.9.0",
|
|
55
55
|
"punycode": "2.3.0",
|
|
56
56
|
"yargs": "17.7.2"
|
|
@@ -73,6 +73,7 @@
|
|
|
73
73
|
"targets": [
|
|
74
74
|
"node16-linux-x64",
|
|
75
75
|
"node16-macos-x64",
|
|
76
|
+
"node18-macos-arm64",
|
|
76
77
|
"node16-win-x64"
|
|
77
78
|
],
|
|
78
79
|
"outputPath": "ee-dist"
|