🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

firebird-query

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

firebird-query - npm Package Compare versions

Comparing version

to
0.7.1

2

lib/cjs/index.js

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

const { maxConnections = 15 } = poolOptions, options = __rest(poolOptions, ["maxConnections"]);
this.queryLogger = (fqOptions === null || fqOptions === void 0 ? void 0 : fqOptions.queryLogger) || undefined;
this.queryLogger = fqOptions === null || fqOptions === void 0 ? void 0 : fqOptions.queryLogger;
this.conn = node_firebird_1.default.pool(maxConnections, options);

@@ -236,0 +236,0 @@ this.defaultIsolationLevel = (fqOptions === null || fqOptions === void 0 ? void 0 : fqOptions.defaultIsolationLevel) || "READ_UNCOMMITTED";

@@ -130,3 +130,3 @@ import Firebird from "node-firebird";

}, fqOptions?: {
queryLogger: (query: string) => void;
queryLogger: ((query: string) => void) | undefined;
defaultIsolationLevel?: TxIsolation;

@@ -133,0 +133,0 @@ });

@@ -130,3 +130,3 @@ import Firebird from "node-firebird";

}, fqOptions?: {
queryLogger: (query: string) => void;
queryLogger: ((query: string) => void) | undefined;
defaultIsolationLevel?: TxIsolation;

@@ -133,0 +133,0 @@ });

@@ -5,3 +5,3 @@ {

"license": "MIT",
"version": "0.7.0",
"version": "0.7.1",
"description": "node-firebird plugin for easy and safe query building.",

@@ -8,0 +8,0 @@ "author": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet