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

idb-pconnector

Package Overview
Dependencies
Maintainers
5
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

idb-pconnector - npm Package Compare versions

Comparing version 1.0.6 to 1.0.7

2

CHANGELOG.md
# idb-pconnector change log
# 1.0.7
Fix up setLibraryList example require statement see [03ce835](https://github.com/IBM/nodejs-idb-pconnector/commit/03ce835095551f660b64cac84d8f8cf8c8bc4ba9)
# 1.0.6

@@ -3,0 +5,0 @@ Add implementation of setLibraryList API see PR [#39](https://github.com/IBM/nodejs-idb-pconnector/pull/39)

2

package.json
{
"name": "idb-pconnector",
"version": "1.0.6",
"version": "1.0.7",
"description": "Promise based DB2 Connector for IBM i",

@@ -5,0 +5,0 @@ "main": "lib/idb-pconnector.js",

@@ -190,3 +190,3 @@ # **idb-pconnector - Promise-based DB2 Connector for IBM i** <!-- omit in toc -->

```javascript
const { Connection } = require('./lib/idb-pconnector.js');
const { Connection } = require('idb-pconnector');

@@ -193,0 +193,0 @@ async function setLibListExample() {

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