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.1.0 to 1.1.1

6

Changes.md

@@ -5,2 +5,7 @@

### [1.1.1] - 2022-12-18
- package.json: remove deprecated 'main'
### [1.1.0] - 2022-08-18

@@ -60,1 +65,2 @@

[1.1.0]: https://github.com/haraka/haraka-plugin-limit/releases/tag/1.1.0
[1.1.1]: https://github.com/haraka/haraka-plugin-limit/releases/tag/1.1.1

2

index.js

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

const dbkey = this.get_concurrency_key(connection);
await this.db.incrby(dbkey, -1)
await this.db.incrBy(dbkey, -1)
}

@@ -272,0 +272,0 @@ catch (err) {

{
"name": "haraka-plugin-limit",
"version": "1.1.0",
"version": "1.1.1",
"description": "enforce various types of limits on remote MTAs",
"main": "index.js",
"directories": {

@@ -7,0 +6,0 @@ "test": "test"

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