haraka-plugin-karma
Advanced tools
Comparing version 2.1.4 to 2.1.5
@@ -7,2 +7,7 @@ # Changelog | ||
### [2.1.5] - 2024-04-23 | ||
- doc(README): remove spurious markdown link | ||
- doc(CONTRIBUTORS): added | ||
### [2.1.4] - 2024-04-06 | ||
@@ -128,1 +133,2 @@ | ||
[2.1.4]: https://github.com/haraka/haraka-plugin-karma/releases/tag/v2.1.4 | ||
[2.1.5]: https://github.com/haraka/haraka-plugin-karma/releases/tag/v2.1.5 |
{ | ||
"name": "haraka-plugin-karma", | ||
"version": "2.1.4", | ||
"version": "2.1.5", | ||
"description": "A heuristics scoring and reputation engine for SMTP connections", | ||
@@ -17,5 +17,5 @@ "main": "index.js", | ||
"prettier:fix": "npx prettier . --write --log-level=warn", | ||
"test": "npx mocha@10", | ||
"versions": "npx @msimerson/dependency-version-checker check", | ||
"versions:fix": "npx @msimerson/dependency-version-checker update" | ||
"test": "npx mocha@^10", | ||
"versions": "npx dependency-version-checker check", | ||
"versions:fix": "npx dependency-version-checker update" | ||
}, | ||
@@ -22,0 +22,0 @@ "repository": { |
@@ -197,5 +197,2 @@ [![Build Status][ci-img]][ci-url] | ||
[results-url]: http://haraka.github.io/manual/Results.html | ||
[![CI]()]() | ||
[ci-img]: https://github.com/haraka/haraka-plugin-karma/actions/workflows/ci.yml/badge.svg | ||
@@ -202,0 +199,0 @@ [ci-url]: https://github.com/haraka/haraka-plugin-karma/actions/workflows/ci.yml |
@@ -19,3 +19,3 @@ 'use strict' | ||
this.connection = fixtures.connection.createConnection({}, { notes: {} }) | ||
this.connection.transaction = fixtures.transaction.createTransaction() | ||
this.connection.init_transaction() | ||
@@ -22,0 +22,0 @@ done() |
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
88444
205