haraka-email-message
Advanced tools
Comparing version 1.2.0 to 1.2.1
### Unreleased | ||
### [1.2.1] - 2024-04-03 | ||
- dep(libqp): bump to 2.1.0 | ||
- dep(libmime): bump to 5.3.4 | ||
- dep(haraka-message-stream): bump to 1.2.1 | ||
- dep(mocha & eslint): remove from devDeps (install as needed with npx) | ||
- add ./test to .npmignore | ||
### [1.2.0] - 2022-11-29 | ||
@@ -5,0 +14,0 @@ |
{ | ||
"name": "haraka-email-message", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "Haraka email message", | ||
"main": "index.js", | ||
"scripts": { | ||
"lint": "npx eslint *.js test", | ||
"lintfix": "npx eslint --fix *.js test", | ||
"lint": "npx eslint@^8 *.js test", | ||
"lintfix": "npx eslint@^8 --fix *.js test", | ||
"versions": "npx dependency-version-checker check", | ||
"test": "npx mocha" | ||
"test": "npx mocha@^10" | ||
}, | ||
@@ -27,13 +27,11 @@ "repository": { | ||
"devDependencies": { | ||
"eslint": ">=8", | ||
"eslint-plugin-haraka": "*", | ||
"mocha": ">=9.0.0" | ||
"eslint-plugin-haraka": "^1.0.15" | ||
}, | ||
"dependencies": { | ||
"haraka-config": "^1.1.0", | ||
"haraka-message-stream": "^1.2.0", | ||
"haraka-message-stream": "^1.2.1", | ||
"iconv": "^3.0.1", | ||
"libmime": "^5.1.0", | ||
"libqp": "^2.0.1" | ||
"libmime": "^5.3.4", | ||
"libqp": "^2.1.0" | ||
} | ||
} |
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
1
35506
5
781
Updatedharaka-message-stream@^1.2.1
Updatedlibmime@^5.3.4
Updatedlibqp@^2.1.0