Socket
Socket
Sign inDemoInstall

firelease

Package Overview
Dependencies
80
Maintainers
1
Versions
91
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.9.3 to 0.9.4

11

firelease.js

@@ -107,9 +107,6 @@ 'use strict';

this.workingTimeout = setTimeout(() => {
module.exports.captureError(
new Error('Working task timeout'),
{
fingerprint: ['firelease', 'working', 'timeout'],
extra: {phase: this.phase, expiry: this.expiry, removed: this.removed, key: this.key}
}
);
const e = new Error('Working task timeout');
e.fingerprint = ['firelease', 'working', 'timeout'];
e.extra = {phase: this.phase, expiry: this.expiry, removed: this.removed, key: this.key};
module.exports.captureError(e);
}, ms('10m'));

@@ -116,0 +113,0 @@ this.phase = 'lease';

{
"name": "firelease",
"version": "0.9.3",
"version": "0.9.4",
"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