Socket
Socket
Sign inDemoInstall

sequelize-pool

Package Overview
Dependencies
Maintainers
3
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sequelize-pool - npm Package Compare versions

Comparing version 7.0.0 to 7.1.0

5

CHANGELOG.md
# Changelog
## 7.x
- breaking: Support only `Node >= 10`
- fix: `acquire` not resolving after destroying available resources
## 6.0.0

@@ -4,0 +9,0 @@

@@ -242,2 +242,7 @@ "use strict";

this._ensureMinimum();
if (!this._draining) {
process.nextTick(() => {
this._dispense();
});
}
}

@@ -244,0 +249,0 @@ }

2

package.json
{
"name": "sequelize-pool",
"description": "Resource pooling for Node.JS",
"version": "7.0.0",
"version": "7.1.0",
"author": "Sushant <sushantdhiman@outlook.com>",

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

export { TimeoutError } from './TimeoutError';
export { AggregateError } from './AggregateError';
export { Pool } from './Pool';
export { Pool, FactoryOptions } from './Pool';

Sorry, the diff of this file is not supported yet

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