Socket
Socket
Sign inDemoInstall

firelease

Package Overview
Dependencies
254
Maintainers
2
Versions
91
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.0 to 2.0.1

2

firelease.js

@@ -450,3 +450,3 @@ 'use strict';

return item || {timestamp: start, _lease: {expiry: 1}};
}, {prefetchValue: false, timmeout: ms('10s')}).then(item => {
}, {prefetchValue: false, timeout: ms('10s')}).then(item => {
if (!pingFree) return null; // another process is currently pinging

@@ -453,0 +453,0 @@ return waitUntilDeleted(pingRef, queue.options.healthyPingLatency + ms('10s')).then(() => {

{
"name": "firelease",
"version": "2.0.0",
"version": "2.0.1",
"description": "Firebase queue consumer for Node with at-least-once semantics",

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

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc