Socket
Socket
Sign inDemoInstall

governor-agent

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

governor-agent - npm Package Compare versions

Comparing version 1.4.0 to 1.4.1

4

lib/net.js

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

if (err) {
return reconnectProm(err.toString(), 5000, {err: err});
return resolve(reconnectProm(err.toString(), 5000, {err: err}));
}

@@ -207,2 +207,2 @@

module.exports = GovernorAgentNet;
module.exports = GovernorAgentNet;
{
"name": "governor-agent",
"version": "1.4.0",
"version": "1.4.1",
"description": "Agent library to connect worker to governor",

@@ -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