haraka-plugin-p0f
Advanced tools
Comparing version 1.0.6 to 1.0.7
### Unreleased | ||
### [1.0.7] - 2022-06-05 | ||
- ci: update GHA workflow with shared | ||
- doc(changes): add Unreleased marker | ||
- ci: add submodule .release | ||
- test: require mocha >= 9 | ||
### 1.0.6 - 2021-11-10 | ||
@@ -36,1 +47,4 @@ | ||
- import from Haraka | ||
[1.0.7]: https://github.com/haraka/haraka-plugin-p0f/releases/tag/1.0.7 |
{ | ||
"name": "haraka-plugin-p0f", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"description": "Haraka plugin that adds TCP fingerprinting", | ||
@@ -8,4 +8,4 @@ "main": "index.js", | ||
"cover": "NODE_ENV=cov npx nyc --reporter=lcovonly npm run test", | ||
"lint": "npx eslint *.js test/*.js", | ||
"lintfix": "npx eslint --fix *.js test/*.js", | ||
"lint": "npx eslint *.js test", | ||
"lintfix": "npx eslint --fix *.js test", | ||
"test": "npx mocha" | ||
@@ -32,3 +32,3 @@ }, | ||
"haraka-test-fixtures": "*", | ||
"mocha": "*" | ||
"mocha": ">=9" | ||
}, | ||
@@ -35,0 +35,0 @@ "dependencies": { |
[![Build Status][ci-img]][ci-url] | ||
[![Code Climate][clim-img]][clim-url] | ||
[![Windows Build Status][ci-win-img]][ci-win-url] | ||
[![NPM][npm-img]][npm-url] | ||
@@ -63,8 +62,4 @@ | ||
<!-- leave these buried at the bottom of the document --> | ||
[ci-img]: https://github.com/haraka/haraka-plugin-p0f/workflows/Tests/badge.svg | ||
[ci-url]: https://github.com/haraka/haraka-plugin-p0f/actions?query=workflow%3ATests | ||
[ci-win-img]: https://github.com/haraka/haraka-plugin-p0f/workflows/Tests%20-%20Windows/badge.svg | ||
[ci-win-url]: https://github.com/haraka/haraka-plugin-p0f/actions?query=workflow%3A%22Tests+-+Windows%22 | ||
[cov-img]: https://codecov.io/github/haraka/haraka-plugin-p0f/coverage.svg | ||
[cov-url]: https://codecov.io/github/haraka/haraka-plugin-p0f | ||
[ci-img]: https://github.com/haraka/haraka-plugin-p0f/actions/workflows/ci.yml/badge.svg | ||
[ci-url]: https://github.com/haraka/haraka-plugin-p0f/actions/workflows/ci.yml | ||
[clim-img]: https://codeclimate.com/github/haraka/haraka-plugin-p0f/badges/gpa.svg | ||
@@ -71,0 +66,0 @@ [clim-url]: https://codeclimate.com/github/haraka/haraka-plugin-p0f |
17
18426
68