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.4.2 to 0.4.3

7

lib/util/index.js

@@ -42,3 +42,8 @@ // Copyright 2013 SAP AG.

exports._debuglog = util.debuglog || require('debuglog');
try {
exports._debuglog = util.debuglog || require('debuglog');
} catch (err) {
// ignore error
}
exports.debuglog = function debuglog() {

@@ -45,0 +50,0 @@ if (typeof exports._debuglog === 'function') {

4

package.json

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

"description": "SAP HANA Database Client for Node",
"version": "0.4.2",
"version": "0.4.3",
"repository": {

@@ -29,3 +29,3 @@ "type": "git",

"engines": {
"node": ">= 0.10.x"
"node": ">= 0.10"
},

@@ -32,0 +32,0 @@ "dependencies": {},

@@ -10,5 +10,6 @@ SAP HANA Database Client for Node

[![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/gemnasium/SAP/node-hdb.svg?style=flat-square)](https://gemnasium.com/SAP/node-hdb)
[![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#info=devDependencies&view=list)
[![License](https://img.shields.io/npm/l/hdb.svg?style=flat-square)](http://www.apache.org/licenses/LICENSE-2.0.html)
![Downloads](https://img.shields.io/npm/dm/hdb.svg?style=flat-square)
[![Downloads](https://img.shields.io/npm/dm/hdb.svg?style=flat-square)](http://npm-stat.com/charts.html?package=hdb)

@@ -15,0 +16,0 @@ Table of contents

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