limitd-client
Advanced tools
Comparing version 2.6.2 to 2.6.3
{ | ||
"name": "limitd-client", | ||
"version": "2.6.2", | ||
"version": "2.6.3", | ||
"description": "limitd client for node.js", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -47,3 +47,3 @@ const LimitdClient = require('./client'); | ||
client.on('error', (err) => this.emit('error', err, client)) | ||
.on('breaker_error', (err) => this.emit('breaker_error', err, client)) | ||
.on('trip', (err, failures, cooldown) => this.emit('breaker_error', err, failures, cooldown, client)) | ||
.on('connect', () => this.emit('connect', client)) | ||
@@ -50,0 +50,0 @@ .on('reconnect', () => this.emit('reconnect', client)) |
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
39306