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

@evershop/postgres-query-builder

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@evershop/postgres-query-builder - npm Package Compare versions

Comparing version 1.0.3 to 1.0.5

11

index.js

@@ -602,5 +602,2 @@ const uniqid = require('uniqid');

let { rows } = await connection.query({ text: sql, values: binding });
if (releaseConnection) {
release(connection);
}
return rows;

@@ -615,7 +612,8 @@ } catch (e) {

} else {
if (releaseConnection) {
release(connection);
}
throw e;
}
} finally {
if (releaseConnection) {
release(connection);
}
}

@@ -1022,2 +1020,3 @@ }

await connection.query('ROLLBACK');
connection.INTRANSACTION = false;
connection.release();

@@ -1024,0 +1023,0 @@ }

{
"name": "@evershop/postgres-query-builder",
"version": "1.0.3",
"version": "1.0.5",
"description": "A PostgreSQL query builder for NodeJS",

@@ -5,0 +5,0 @@ "main": "index.js",

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