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

pg-promise

Package Overview
Dependencies
Maintainers
1
Versions
629
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pg-promise - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

11

index.js

@@ -5,9 +5,2 @@ 'use strict';

/*
var tx = new pgp.tx();
tx.exec(function(){
tx.one('select...');
});
*/
var queryResult = {

@@ -21,2 +14,6 @@ one: 1,

if(!pg || !config){
throw new Error("Invalid parameters passed: 'pg' and 'config' both must be set");
}
// IMPORTANT: The caller must invoke done() when finished.

@@ -23,0 +20,0 @@ this.connect = function () {

{
"name": "pg-promise",
"version": "0.0.2",
"version": "0.0.3",
"description": "PostgreSQL transaction using Promise",

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

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