Socket
Socket
Sign inDemoInstall

haraka-plugin-limit

Package Overview
Dependencies
13
Maintainers
3
Versions
13
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.6 to 1.0.7

.gitmodules

13

Changes.md
### Unreleased
### [1.0.7] - 2022-06-03
- chore: add .release as a submodule
- ci: limit dependabot updates to production deps
- ci: populate test matrix with Node.js LTS versions
- cfg: rename redis.db -> redis.database, pi-redis 2+ does this automatically, causing a test failure
### 1.0.6 - 2022-05-25

@@ -39,1 +49,4 @@

- increment rate_rcpt_host on rcpt/rcpt_ok
[1.0.7]: https://github.com/haraka/haraka-plugin-limit/releases/tag/1.0.7

2

package.json
{
"name": "haraka-plugin-limit",
"version": "1.0.6",
"version": "1.0.7",
"description": "enforce various types of limits on remote MTAs",

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

@@ -1,5 +0,4 @@

# limit
# haraka-plugin-limit
[![Tests][ci-img]][ci-url]
[![Lint][ci-lint-img]][ci-lint-url]
[![Code Climate][clim-img]][clim-url]

@@ -6,0 +5,0 @@ [![NPM][npm-img]][npm-url]

@@ -19,3 +19,3 @@ 'use strict';

rate_rcpt_null: { enabled: false, default: 1 },
redis: { db: 4, socket: { host: '127.0.0.1', port: '6379' } },
redis: { database: 4, socket: { host: '127.0.0.1', port: '6379' } },
concurrency: { plugin: 'karma', good: 10, bad: 1, none: 2 }

@@ -22,0 +22,0 @@ };

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc