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

slonik

Package Overview
Dependencies
Maintainers
1
Versions
396
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 35.0.2 to 35.0.3

6

dist/factories/createPool.js

@@ -53,2 +53,8 @@ "use strict";

});
// https://github.com/gajus/slonik/issues/471
pool.on('error', (error) => {
poolLog.error({
error: (0, serialize_error_1.serializeError)(error),
}, 'client error');
});
state_1.poolStateMap.set(pool, {

@@ -55,0 +61,0 @@ ended: false,

2

package.json

@@ -102,3 +102,3 @@ {

"types": "./dist/index.d.ts",
"version": "35.0.2"
"version": "35.0.3"
}

@@ -75,2 +75,12 @@ import { bindPool } from '../binders/bindPool';

// https://github.com/gajus/slonik/issues/471
pool.on('error', (error) => {
poolLog.error(
{
error: serializeError(error),
},
'client error',
);
});
poolStateMap.set(pool, {

@@ -77,0 +87,0 @@ ended: false,

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