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

haraka-plugin-recipient-routes

Package Overview
Dependencies
Maintainers
2
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

haraka-plugin-recipient-routes - npm Package Compare versions

Comparing version

to
1.0.4

.gitmodules

14

Changes.md

@@ -0,4 +1,8 @@

### Unreleased
### 1.0.4 - 2022-05-24
### 1.0.4 - 2022-11-15
- fix: run redis_ping when registering, fixes #23
- ci: replace travis/appveyor with GHA
- dep(redis): 2 -> 4

@@ -8,5 +12,3 @@ - dep(pi-redis): * -> 2

- dep(url): drop npm url package, use builtin
- test: node_unit -> mocha
- ci: replace travis/appveyor with GHA
- ci(cov): replace nyc with c8
- test: replace node_unit with mocha

@@ -34,1 +36,5 @@

- imported from haraka/plugins/rcpt_to.routes
[1.0.4]: https://github.com/haraka/haraka-plugin-recipient-routes/releases/tag/1.0.4

@@ -16,2 +16,3 @@ // rcpt_to.routes - per email/domain mail routes

this.merge_redis_ini();
this.redis_ping();

@@ -93,3 +94,3 @@ this.register_hook('init_master', 'init_redis_plugin');

catch (err) {
connection.results.add(this, { err: err });
connection.results.add(this, { err });
}

@@ -96,0 +97,0 @@ }

{
"name": "haraka-plugin-recipient-routes",
"version": "1.0.3",
"version": "1.0.4",
"description": "Haraka plugin that validates and routes mail based on recipient domain or address",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -6,5 +6,3 @@ # rcpt_to.routes

[![Build Status][ci-img]][ci-url]
[![Windows Build Status][ci-win-img]][ci-win-url]
[![Code Climate][clim-img]][clim-url]
[![Greenkeeper badge][gk-img]][gk-url]
[![NPM][npm-img]][npm-url]

@@ -100,14 +98,8 @@

<!-- leave these buried at the bottom of the document -->
[ci-img]: https://travis-ci.org/haraka/haraka-plugin-recipient-routes.svg
[ci-url]: https://travis-ci.org/haraka/haraka-plugin-recipient-routes
[ci-win-img]: https://ci.appveyor.com/api/projects/status/9vhq04hbiaesc46o?svg=true
[ci-win-url]: https://ci.appveyor.com/project/msimerson/haraka-plugin-recipient-routes
[cov-img]: https://codecov.io/github/haraka/haraka-plugin-recipient-routes/coverage.svg
[cov-url]: https://codecov.io/github/haraka/haraka-plugin-recipient-routes
[ci-img]: https://github.com/haraka/haraka-plugin-recipient-routes/actions/workflows/ci.yml/badge.svg
[ci-url]: https://github.com/haraka/haraka-plugin-recipient-routes/actions/workflows/ci.yml
[clim-img]: https://codeclimate.com/github/haraka/haraka-plugin-recipient-routes/badges/gpa.svg
[clim-url]: https://codeclimate.com/github/haraka/haraka-plugin-recipient-routes
[gk-img]: https://badges.greenkeeper.io/haraka/haraka-plugin-recipient-routes.svg
[gk-url]: https://greenkeeper.io/
[npm-img]: https://nodei.co/npm/haraka-plugin-recipient-routes.png
[npm-url]: https://www.npmjs.com/package/haraka-plugin-recipient-routes

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet