🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

haraka-plugin-headers

Package Overview
Dependencies
Maintainers
0
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

haraka-plugin-headers - npm Package Compare versions

Comparing version

to
1.0.6

15

CHANGELOG.md

@@ -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

18

package.json
{
"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
}
}