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

generic-pool

Package Overview
Dependencies
Maintainers
2
Versions
74
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

generic-pool - npm Package Compare versions

Comparing version 3.0.0-alpha.7 to 3.0.0-alpha.8

4

lib/DLLArray.js

@@ -55,5 +55,5 @@ 'use strict'

//
//
/**
* Not quite compliant forEach impl -
* Not quite compliant forEach impl -
* maybe move to an iterator?

@@ -60,0 +60,0 @@ * @param {Function} callback only given currentValue and index

@@ -471,3 +471,3 @@ 'use strict'

} else {
this._availableObjects.splice(0, 0, pooledResource)
this._availableObjects.unshift(pooledResource)
}

@@ -474,0 +474,0 @@ }

{
"name": "generic-pool",
"description": "Generic resource pooling for Node.JS",
"version": "3.0.0-alpha.7",
"version": "3.0.0-alpha.8",
"author": "James Cooper <james@bitmechanic.com>",

@@ -6,0 +6,0 @@ "contributors": [

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