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

radweb-server-postgres

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

radweb-server-postgres - npm Package Compare versions

Comparing version 3.0.1 to 3.0.2

2

package.json
{
"name": "radweb-server-postgres",
"version": "3.0.1",
"version": "3.0.2",
"main":"index.js",

@@ -5,0 +5,0 @@ "Dependencies": {

@@ -39,3 +39,3 @@ "use strict";

var radweb_1 = require("radweb");
var radweb_server_1 = require("radweb-server");
var radweb_2 = require("radweb");
var PostgresDataProvider = /** @class */ (function () {

@@ -46,3 +46,3 @@ function PostgresDataProvider(pool) {

PostgresDataProvider.prototype.provideFor = function (name, factory) {
return new radweb_server_1.ActualSQLServerDataProvider(factory, name, new PostgresBridgeToSQLConnection(this.pool), factory);
return new radweb_2.ActualSQLServerDataProvider(factory, name, new PostgresBridgeToSQLConnection(this.pool), factory);
};

@@ -97,3 +97,3 @@ PostgresDataProvider.prototype.doInTransaction = function (what) {

PostgresDataTransaction.prototype.provideFor = function (name, factory) {
return new radweb_server_1.ActualSQLServerDataProvider(factory, name, new PostgresBridgeToSQLConnection(this.source), factory);
return new radweb_2.ActualSQLServerDataProvider(factory, name, new PostgresBridgeToSQLConnection(this.source), factory);
};

@@ -100,0 +100,0 @@ PostgresDataTransaction.prototype.createDirectSQLCommand = function () {

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