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

graphile-worker

Package Overview
Dependencies
Maintainers
1
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

graphile-worker - npm Package Compare versions

Comparing version 0.16.4 to 0.16.5

4

dist/lib.js

@@ -337,3 +337,5 @@ "use strict";

{ code: "40P01", backoffMS: 50 },
{ code: "57P03", backoffMS: 3000 }, // cannot_connect_now
{ code: "57P03", backoffMS: 3000 },
{ code: "EHOSTUNREACH", backoffMS: 3000 },
{ code: "ETIMEDOUT", backoffMS: 3000 }, // timeout
];

@@ -340,0 +342,0 @@ const MAX_RETRIES = 100;

@@ -1,1 +0,1 @@

export declare const version = "0.16.4";
export declare const version = "0.16.5";

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

// This file is autogenerated by /scripts/postversion.mjs
exports.version = "0.16.4";
exports.version = "0.16.5";
//# sourceMappingURL=version.js.map
{
"name": "graphile-worker",
"version": "0.16.4",
"version": "0.16.5",
"type": "commonjs",

@@ -5,0 +5,0 @@ "description": "Job queue for PostgreSQL",

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