Socket
Socket
Sign inDemoInstall

slonik

Package Overview
Dependencies
Maintainers
1
Versions
395
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

slonik - npm Package Compare versions

Comparing version 43.0.6 to 43.0.7

3

dist/factories/createConnectionPool.js

@@ -95,2 +95,5 @@ "use strict";

logger.warn({
connections: connections.length,
pendingConnections: pendingConnections.length,
poolSize,
waitingClients: waitingClients.length,

@@ -97,0 +100,0 @@ }, `connection pool full; client has been queued`);

14

package.json

@@ -8,7 +8,7 @@ {

"dependencies": {
"@slonik/driver": "^43.0.6",
"@slonik/errors": "^43.0.6",
"@slonik/pg-driver": "^43.0.6",
"@slonik/sql-tag": "^43.0.6",
"@slonik/utilities": "^43.0.6",
"@slonik/driver": "^43.0.7",
"@slonik/errors": "^43.0.7",
"@slonik/pg-driver": "^43.0.7",
"@slonik/sql-tag": "^43.0.7",
"@slonik/utilities": "^43.0.7",
"get-stack-trace": "^3.1.1",

@@ -52,3 +52,3 @@ "iso8601-duration": "^1.3.0",

".": {
"require": "./dist/index.js",
"default": "./dist/index.js",
"types": "./dist/index.d.ts"

@@ -94,3 +94,3 @@ }

"types": "./dist/index.d.ts",
"version": "43.0.6"
"version": "43.0.7"
}

@@ -200,2 +200,5 @@ import { Logger } from '../Logger';

{
connections: connections.length,
pendingConnections: pendingConnections.length,
poolSize,
waitingClients: waitingClients.length,

@@ -202,0 +205,0 @@ },

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