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
190
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 1.1.5 to 1.1.6

4

index.js

@@ -54,3 +54,5 @@ 'use strict';

async _cacheLock(type, todo) {
this._cacheQueue[type] = this._cacheQueue[type] || new Puqeue();
this._cacheQueue[type] = this._cacheQueue[type] || new Puqeue({
name: `pged_${type}_${this._id}`
});
return await this._cacheQueue[type].add(todo);

@@ -57,0 +59,0 @@ }

{
"name": "@trenskow/pged",
"version": "1.1.5",
"version": "1.1.6",
"description": "Just a silly little db management and query builder for Postgresql.",

@@ -27,4 +27,4 @@ "main": "index.js",

"pg": "^7.17.1",
"puqeue": "^1.0.0"
"puqeue": "^1.0.1"
}
}
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