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

mg-dbx

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mg-dbx - npm Package Compare versions

Comparing version 2.2.21 to 2.2.22

2

package.json

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

"description": "High speed Synchronous and Asynchronous access to InterSystems Cache/IRIS and YottaDB from Node.js.",
"version": "2.2.21",
"version": "2.2.22",
"maintainers": "Chris Munt <cmunt@mgateway.com>",

@@ -8,0 +8,0 @@ "homepage": "https://github.com/chrisemunt/mg-dbx",

@@ -6,3 +6,3 @@ # mg-dbx

Chris Munt <cmunt@mgateway.com>
6 January 2021, M/Gateway Developments Ltd [http://www.mgateway.com](http://www.mgateway.com)
19 January 2021, M/Gateway Developments Ltd [http://www.mgateway.com](http://www.mgateway.com)

@@ -156,2 +156,6 @@ * Verified to work with Node.js v8 to v15.

Note that you should, if necessary, modify the permissions on this file so that it is executable. For example:
chmod a=rx /usr/local/lib/yottadb/r130/zmgsi_ydb
Create the **xinetd** script (called **zmgsi\_xinetd** here):

@@ -995,2 +999,3 @@

* **t** - Log the request data buffers to be transmitted from **mg\-dbx** to the DB Server.
* **r** - Log the request data buffers to be transmitted from **mg\-dbx\-bdb** to the DB Server and the corresponding response data.
* **log\_filter**: A comma-separated list of functions that you wish the log directive to be active for. This should be left empty to activate the log for all functions.

@@ -1156,1 +1161,14 @@

* **var errormessage = db.geterrormessage()**
### v2.2.22 (18 January 2021)
* Extend the logging of request transmission data to include the corresponding response data.
* Include 'r' in the log level. For example: db.setloglevel("MyLog.log", "eftr", "");
* Correct a fault that occasionally led to failures when sending long strings (greater than 32K) to the DB Server.
* For example global.set('key1', 'key2', [string 2MB in length]);
* Correct a fault that occasionally led to failures when returning long strings to Node.js from the DB Server.
* This fault only affected network based connectivity to the DB Server.

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

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

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

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