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

cueball

Package Overview
Dependencies
Maintainers
1
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cueball - npm Package Compare versions

Comparing version 2.2.8 to 2.2.9

3

lib/connection-fsm.js

@@ -875,2 +875,3 @@ /*

this.csf_handle = undefined;
this.csf_prevHandle = undefined;
this.csf_monitor = options.monitor;

@@ -1012,2 +1013,4 @@

if (this.csf_handle !== undefined)
this.csf_prevHandle = this.csf_handle;
this.csf_handle = undefined;

@@ -1014,0 +1017,0 @@

4

package.json
{
"name": "cueball",
"version": "2.2.8",
"version": "2.2.9",
"description": "manage a pool of connections to a multi-node service where nodes are listed in DNS",

@@ -12,3 +12,3 @@ "main": "lib/index.js",

"ipaddr.js": ">=1.1.0 <2.0.0",
"mooremachine": ">=2.1.0 <3.0.0",
"mooremachine": ">=2.2.0 <3.0.0",
"mname-client": ">=0.5.0 <0.6.0",

@@ -15,0 +15,0 @@ "uuid": ">=3.0.1 <4.0.0",

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