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

levee

Package Overview
Dependencies
Maintainers
4
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

levee - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

CHANGELOG.md

7

lib/breaker.js

@@ -92,3 +92,5 @@ 'use strict';

timer = setTimeout(function ontimeout() {
var error = new Error('Command timeout.');
error.name = 'commandTimeout';
error.code = 'ETIMEDOUT';
timer = undefined;

@@ -98,4 +100,3 @@ self._pendingClose = false;

self._onFailure();
callback(new Error('Command timeout.'));
callback(error);
}, this.settings.timeout);

@@ -102,0 +103,0 @@

{
"name": "levee",
"version": "1.2.0",
"version": "1.2.1",
"description": "A circuitbreaker implementation for Node.js",

@@ -33,8 +33,8 @@ "main": "index.js",

"type": "git",
"url": "https://github.com/totherik/levee.git"
"url": "https://github.com/krakenjs/levee.git"
},
"bugs": {
"url": "https://github.com/totherik/levee/issues"
"url": "https://github.com/krakenjs/levee/issues"
},
"homepage": "https://github.com/totherik/levee"
"homepage": "https://github.com/krakenjs/levee"
}

@@ -8,3 +8,3 @@ Levee

[![Build Status](https://travis-ci.org/totherik/levee.svg)](https://travis-ci.org/totherik/levee)
[![Build Status](https://travis-ci.org/krakenjs/levee.svg)](https://travis-ci.org/krakenjs/levee)

@@ -11,0 +11,0 @@ #### Basic Usage

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