• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

haraka / haraka-plugin-syslog / 26989213510

05 Jun 2026 01:09AM UTC coverage: 67.073% (-1.8%) from 68.824%
26989213510

push

github

web-flow
Release v1.1.2 (#33)

- refactor: use `haraka-utils` sanitize()
- test: refactored against test-fixtures 1.7.0 (#32)

25 of 26 branches covered (96.15%)

Branch coverage included in aggregate %.

3 of 9 new or added lines in 2 files covered. (33.33%)

85 of 138 relevant lines covered (61.59%)

11.22 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

10.71
/package.json
1
{
29✔
2
  "name": "haraka-plugin-syslog",
29✔
3
  "version": "1.1.2",
29✔
4
  "description": "Haraka plugin that logs to syslog",
29✔
5
  "main": "index.js",
×
6
  "files": [
×
7
    "config",
×
8
    "CHANGELOG.md"
×
9
  ],
×
10
  "scripts": {
×
11
    "prepare": "git rev-parse --git-dir >/dev/null 2>&1 && git config core.hooksPath .githooks || true",
×
12
    "format": "npm run prettier:fix && npm run lint:fix",
×
13
    "lint": "npx eslint *.js test",
×
14
    "lint:fix": "npx eslint --fix *.js test",
×
15
    "prettier": "npx prettier . --check",
×
16
    "prettier:fix": "npx prettier . --write --log-level=warn",
×
17
    "qlty": "qlty smells --all",
×
18
    "test": "node --test test/*.js",
×
19
    "test:coverage": "node --test --experimental-test-coverage --test-coverage-exclude=package.json --test-coverage-exclude=test/*.js test/*.js",
×
20
    "test:coverage:lcov": "mkdir -p coverage && node --test --experimental-test-coverage --test-reporter=lcov --test-reporter-destination=coverage/lcov.info test/*.js",
×
21
    "versions": "npx npm-dep-mgr check",
×
22
    "versions:fix": "npx npm-dep-mgr update"
×
23
  },
×
24
  "repository": {
×
25
    "type": "git",
×
26
    "url": "git+https://github.com/haraka/haraka-plugin-syslog.git"
×
27
  },
×
28
  "keywords": [
×
29
    "Haraka",
×
30
    "plugin",
×
31
    "syslog",
×
32
    "log"
×
33
  ],
×
34
  "author": "Haraka Team <haraka.mail@gmail.com>",
×
35
  "license": "MIT",
×
36
  "bugs": {
×
37
    "url": "https://github.com/haraka/haraka-plugin-syslog/issues"
×
38
  },
×
39
  "homepage": "https://github.com/haraka/haraka-plugin-syslog#readme",
×
40
  "dependencies": {
×
NEW
41
    "haraka-constants": "~1.0.8",
×
NEW
42
    "haraka-utils": "~2.2.1",
×
NEW
43
    "modern-syslog": "~1.2.0",
×
NEW
44
    "nan": "~2.27.0"
×
45
  },
×
46
  "devDependencies": {
×
NEW
47
    "@haraka/eslint-config": "~3.0.0",
×
NEW
48
    "haraka-test-fixtures": "~1.7.1"
×
49
  },
×
50
  "prettier": {
×
51
    "singleQuote": true,
×
52
    "semi": false
×
53
  }
×
54
}
×
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc