Socket
Socket
Sign inDemoInstall

hdb

Package Overview
Dependencies
Maintainers
4
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.19.1 to 0.19.2

10

lib/protocol/ExecuteTask.js

@@ -70,3 +70,3 @@ // Copyright 2013 SAP AG.

function execute() {
if (!self.parameterValues.length) {
if (!self.parameterValues.length && !self.writer.hasParameters) {
return finalize();

@@ -165,6 +165,6 @@ }

function next() {
if (!self.parameterValues.length) {
return cb(null, args);
}
if (!self.writer.hasParameters) {
if (!self.parameterValues.length) {
return cb(null, args);
}
try {

@@ -242,2 +242,2 @@ ++row;

);
}
}

@@ -9,3 +9,3 @@ {

"description": "SAP HANA Database Client for Node",
"version": "0.19.1",
"version": "0.19.2",
"repository": {

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

@@ -7,4 +7,2 @@ hdb - Pure JavaScript SAP HANA Database Client

[![Coverage](https://img.shields.io/coveralls/SAP/node-hdb/master.svg?style=flat-square)](https://coveralls.io/r/SAP/node-hdb?branch=master)
[![Dependencies](https://img.shields.io/david/SAP/node-hdb.svg?style=flat-square)](https://david-dm.org/SAP/node-hdb#info=dependencies&view=list)
[![DevDependencies](https://img.shields.io/david/dev/SAP/node-hdb.svg?style=flat-square)](https://david-dm.org/SAP/node-hdb?type=dev&view=list)
[![License](https://img.shields.io/npm/l/hdb.svg?style=flat-square)](http://www.apache.org/licenses/LICENSE-2.0.html)

@@ -11,0 +9,0 @@ [![Downloads](https://img.shields.io/npm/dm/hdb.svg?style=flat-square)](http://npm-stat.com/charts.html?package=hdb)

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