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

gateblu

Package Overview
Dependencies
Maintainers
9
Versions
75
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gateblu - npm Package Compare versions

Comparing version 3.2.2 to 3.2.3

4

lib/gateblu.js

@@ -126,4 +126,6 @@ 'use strict';

debug('unregistered', data);
self.emit('unregistered', data.uuid);
if(data.uuid === config.uuid) {
return self.emit('unregistered');
return;
}

@@ -130,0 +132,0 @@

{
"name": "gateblu",
"version": "3.2.2",
"version": "3.2.3",
"description": "",

@@ -37,2 +37,2 @@ "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