Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

disyuntor

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

disyuntor - npm Package Compare versions

Comparing version 3.0.0 to 3.0.1

2

package.json
{
"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')

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc