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

idb-connector

Package Overview
Dependencies
Maintainers
3
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

idb-connector - npm Package Compare versions

Comparing version 1.1.8 to 1.1.9

5

CHANGELOG.md
# idb-connector changelog
## 1.1.9
- Guard bindings.gyp and build dummy when not on IBM i(#58)
- Clearly state it is not usable on any platform except IBM i(#57)
## 1.1.8

@@ -4,0 +9,0 @@

2

package.json
{
"name": "idb-connector",
"version": "1.1.8",
"version": "1.1.9",
"description": "A Node.js DB2 driver for IBM i",

@@ -5,0 +5,0 @@ "os": [

@@ -1,4 +0,4 @@

# Node.js iDB Connector
# Node.js iDB Connector for IBM i
#### The Node.js iDB Connector is a Node.js DB2 driver open source project from IBM.
#### The Node.js iDB Connector is an IBM i Node.js Db2 driver open source project from IBM.

@@ -12,2 +12,4 @@ [![NPM](https://nodei.co/npm/idb-connector.png?downloads=true&downloadRank=true)](https://nodei.co/npm/idb-connector/)

```
**NOTE** This package only installs on IBM i systems.
Then you can _require_ in your code, as shown below.

@@ -23,3 +25,3 @@

## Example 1: Fectching data using the exec() API
## Example 1: Fetching data using the exec() API
```js

@@ -40,3 +42,3 @@ const {dbconn, dbstmt} = require('idb-connector');

## Example 2: Fectching data using the fetchAll() API
## Example 2: Fetching data using the fetchAll() API
```js

@@ -92,3 +94,3 @@ const {dbconn, dbstmt} = require('idb-connector');

# API Reference
[DB2 for i Access APIs](https://github.com/IBM/nodejs-idb-connector/blob/master/docs/README.md)
[Db2 for i Access APIs](https://github.com/IBM/nodejs-idb-connector/blob/master/docs/README.md)

@@ -95,0 +97,0 @@ # Change Log

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