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 1.0.0 to 1.0.1

2

lib/pool.js

@@ -337,2 +337,4 @@ /*

CueBallConnectionPool.prototype.reshuffle = function () {
if (this.p_keys.length <= 1)
return;
var taken = this.p_keys.pop();

@@ -339,0 +341,0 @@ var idx = Math.floor(Math.random() * (this.p_keys.length + 1));

5

package.json
{
"name": "cueball",
"version": "1.0.0",
"version": "1.0.1",
"description": "",

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

"sinon": ">=1.17.3 <2.0.0",
"json": ">=9.0.3 <10.0.0"
"json": ">=9.0.3 <10.0.0",
"mname": ">=1.0.8 <2.0.0"
},

@@ -27,0 +28,0 @@ "scripts": {

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