Socket
Socket
Sign inDemoInstall

hdb

Package Overview
Dependencies
Maintainers
1
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hdb - npm Package Compare versions

Comparing version 0.5.1 to 0.5.2

1

lib/protocol/Result.js

@@ -34,2 +34,3 @@ // Copyright 2013 SAP AG.

'averageRowLength',
'rowsWithMetadata',
'fetchSize',

@@ -36,0 +37,0 @@ 'readSize',

@@ -74,2 +74,7 @@ // Copyright 2013 SAP AG.

},
rowsWithMetadata: {
get: function getRowsWithMetadata() {
return this._settings.rowsWithMetadata;
}
},
nestTables: {

@@ -151,2 +156,7 @@ get: function getNestTables() {

collector.rows = [];
if (this.rowsWithMetadata) {
Object.defineProperty(collector.rows, 'metadata', {
value: this.metadata
});
}
collector.columns = this.getLobColumnNames();

@@ -153,0 +163,0 @@ if (collector.columns.length) {

2

package.json

@@ -8,3 +8,3 @@ {

"description": "SAP HANA Database Client for Node",
"version": "0.5.1",
"version": "0.5.2",
"repository": {

@@ -11,0 +11,0 @@ "type": "git",

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