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

co-consistent

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

co-consistent - npm Package Compare versions

Comparing version 1.3.1 to 1.3.2

2

clock.js

@@ -43,3 +43,3 @@ "use strict";

Clock.prototype.createWaitTimeout = function (callback, waitTime) {
return setTimeout(callback, Math.max(0, this.calculateRealTimeLeftTo(waitTime)));
return setTimeout(callback, Math.max(0, Math.ceil(this.calculateRealTimeLeftTo(waitTime))));
};

@@ -46,0 +46,0 @@ Clock.prototype.calculateRealTimeLeftTo = function (waitTime) {

{
"name": "co-consistent",
"version": "1.3.1",
"version": "1.3.2",
"description": "globally consistent event ordering for decentralized distributed systems",

@@ -5,0 +5,0 @@ "scripts": {

Sorry, the diff of this file is not supported yet

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