haraka-plugin-headers
Advanced tools
Comparing version
@@ -0,3 +1,12 @@ | ||
# Changelog | ||
The format is based on [Keep a Changelog](https://keepachangelog.com/). | ||
### Unreleased | ||
### [1.0.6] - 2025-01-30 | ||
- deps(eslint): upgrade to v9 | ||
- style(prettier): moved config into package.json | ||
### [1.0.5] - 2024-12-10 | ||
@@ -37,4 +46,6 @@ | ||
[1.0.0]: https://github.com/haraka/haraka-plugin-headers/releases/tag/v1.0.0 | ||
[1.0.3]: https://github.com/haraka/haraka-plugin-headers/releases/tag/1.0.3 | ||
[1.0.4]: https://github.com/haraka/haraka-plugin-headers/releases/tag/1.0.4 | ||
[1.0.5]: https://github.com/haraka/haraka-plugin-headers/releases/tag/1.0.5 | ||
[1.0.4]: https://github.com/haraka/haraka-plugin-headers/releases/tag/v1.0.4 | ||
[1.0.5]: https://github.com/haraka/haraka-plugin-headers/releases/tag/v1.0.5 | ||
[1.0.6]: https://github.com/haraka/haraka-plugin-headers/releases/tag/v1.0.6 |
{ | ||
"name": "haraka-plugin-headers", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "Haraka plugin that performs tests on email headers", | ||
@@ -14,5 +14,5 @@ "main": "index.js", | ||
"prettier:fix": "npx prettier . --write --log-level=warn", | ||
"lint": "npx eslint@^8 *.js test", | ||
"lint:fix": "npx eslint@^8 --fix *.js test", | ||
"test": "npx mocha@^10", | ||
"lint": "npx eslint@^9 *.js test", | ||
"lint:fix": "npx eslint@^9 --fix *.js test", | ||
"test": "npx mocha@^11", | ||
"versions": "npx dependency-version-checker check", | ||
@@ -37,10 +37,14 @@ "versions:fix": "npx dependency-version-checker update" | ||
"devDependencies": { | ||
"@haraka/eslint-config": "^1.1.5", | ||
"@haraka/eslint-config": "^2.0.2", | ||
"haraka-test-fixtures": "^1.3.8" | ||
}, | ||
"dependencies": { | ||
"haraka-tld": "^1.2.2", | ||
"haraka-tld": "^1.2.3", | ||
"address-rfc2821": "^2.1.2", | ||
"address-rfc2822": "^2.2.2" | ||
"address-rfc2822": "^2.2.3" | ||
}, | ||
"prettier": { | ||
"singleQuote": true, | ||
"semi": false | ||
} | ||
} |
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
24994
1.68%0
-100%Updated
Updated