Comparing version 3.0.0 to 3.0.1
{ | ||
"name": "disyuntor", | ||
"description": "A circuit-breaker implementation with exponential backoff.", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"author": "José F. Romaniello <jfromaniello@gmail.com> (http://joseoncode.com)", | ||
@@ -6,0 +6,0 @@ "repository": { |
@@ -81,7 +81,7 @@ [![Build Status](https://travis-ci.org/auth0/disyuntor.svg?branch=master)](https://travis-ci.org/auth0/disyuntor) | ||
const protectedLookup = disyuntor.wrapPromiseApi(lookup, { | ||
const protectedLookup = disyuntor.wrapPromiseApi({ | ||
name: 'dns.lookup', | ||
timeout: '2s', | ||
maxFailures: 2 | ||
}); | ||
}, lookup); | ||
@@ -88,0 +88,0 @@ protectedLookup('google.com') |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0