New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@live-change/framework

Package Overview
Dependencies
Maintainers
1
Versions
369
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@live-change/framework - npm Package Compare versions

Comparing version 0.4.25 to 0.4.26

3

lib/utils/EventSourcing.js

@@ -84,6 +84,7 @@ const EventsReader = require('./EventsReader.js')

await this.doHandleEvent(event, mainEvent)
done = true
} catch(e) {
if(e == 'timeout' && retry < maxRetry) {
retry++
sleepTime = Math.pow(2, retry) * 100
const sleepTime = Math.pow(2, retry) * 100
console.error(`Event \n${JSON.stringify(event, null, " ")}\n handling timeout, will retry `,

@@ -90,0 +91,0 @@ retry, ' time after ', sleepTime, 'ms sleep')

{
"name": "@live-change/framework",
"version": "0.4.25",
"version": "0.4.26",
"description": "Live Change Framework - ultimate solution for real time mobile/web apps",

@@ -5,0 +5,0 @@ "main": "index.js",

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