feathers-opossum
Advanced tools
Comparing version 0.1.0 to 0.2.0
@@ -6,6 +6,6 @@ const CircuitBreaker = require('opossum'); | ||
super(serviceOptions); | ||
this.init(options); | ||
this.initCircuitBreaker(options); | ||
} | ||
init(options) { | ||
initCircuitBreaker(options) { | ||
const methods = Array.isArray(options.methods) ? options.methods : Object.keys(options); | ||
@@ -12,0 +12,0 @@ methods.forEach(method => { |
{ | ||
"name": "feathers-opossum", | ||
"description": "A service plugin for opossum", | ||
"version": "0.1.0", | ||
"version": "0.2.0", | ||
"homepage": "https://github.com/sajov/feathers-opossum", | ||
@@ -6,0 +6,0 @@ "keywords": [ |
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
8242