New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@trenskow/pged

Package Overview
Dependencies
Maintainers
1
Versions
194
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@trenskow/pged - npm Package Compare versions

Comparing version 5.0.29 to 5.0.30

2

index.js

@@ -153,6 +153,6 @@ import Puqeue from 'puqeue';

if (this._transactions.count == 1) {
await this._query('begin;');
if (this._transactions.mode !== 'readCommitted') {
await this.set.transactionMode[this._transactions.mode]();
}
await this._query('begin;');
await this.emit('startedTransaction');

@@ -159,0 +159,0 @@ }

{
"name": "@trenskow/pged",
"version": "5.0.29",
"version": "5.0.30",
"description": "Just a silly little db management and query builder for PostgreSQL.",

@@ -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