preview-email
Advanced tools
Comparing version 3.0.3 to 3.0.4
{ | ||
"name": "preview-email", | ||
"description": "Automatically opens your browser to preview Node.js email messages sent with Nodemailer. Made for Lad!", | ||
"version": "3.0.3", | ||
"version": "3.0.4", | ||
"author": "Nick Baugh <niftylettuce@gmail.com> (http://niftylettuce.com/)", | ||
@@ -23,25 +23,25 @@ "ava": { | ||
"dependencies": { | ||
"dayjs": "^1.9.6", | ||
"dayjs": "^1.10.4", | ||
"debug": "^4.3.1", | ||
"mailparser": "^3.0.1", | ||
"nodemailer": "^6.4.16", | ||
"open": "^7.3.0", | ||
"pug": "^3.0.0", | ||
"uuid": "^8.3.1" | ||
"mailparser": "^3.1.0", | ||
"nodemailer": "^6.5.0", | ||
"open": "7", | ||
"pug": "^3.0.2", | ||
"uuid": "^8.3.2" | ||
}, | ||
"devDependencies": { | ||
"@commitlint/cli": "^11.0.0", | ||
"@commitlint/config-conventional": "^11.0.0", | ||
"ava": "^3.13.0", | ||
"@commitlint/cli": "^12.0.1", | ||
"@commitlint/config-conventional": "^12.0.1", | ||
"ava": "^3.15.0", | ||
"codecov": "^3.8.1", | ||
"cross-env": "^7.0.2", | ||
"eslint": "^7.14.0", | ||
"eslint-config-xo-lass": "^1.0.4", | ||
"cross-env": "^7.0.3", | ||
"eslint": "^7.22.0", | ||
"eslint-config-xo-lass": "^1.0.5", | ||
"eslint-plugin-node": "^11.1.0", | ||
"husky": "^4.3.0", | ||
"lint-staged": "^10.5.2", | ||
"husky": "^5.2.0", | ||
"lint-staged": "^10.5.4", | ||
"nyc": "^15.1.0", | ||
"remark-cli": "^9.0.0", | ||
"remark-preset-github": "^4.0.1", | ||
"xo": "^0.35.0" | ||
"xo": "^0.38.2" | ||
}, | ||
@@ -48,0 +48,0 @@ "engines": { |
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
12253
Updateddayjs@^1.10.4
Updatedmailparser@^3.1.0
Updatednodemailer@^6.5.0
Updatedopen@7
Updatedpug@^3.0.2
Updateduuid@^8.3.2