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

idb-pconnector

Package Overview
Dependencies
Maintainers
4
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.3 to 1.0.4

10

CHANGELOG.md

@@ -1,6 +0,12 @@

idb-pconnector changelog
# idb-pconnector change log
# 1.0.4
Patched require issue outlined in issue #32 (#33)
- do not delete dbstmt and dbconn from idb-connector returned require object
- rather delete properties from module.exports object
# 1.0.3
- migrate repository over to https://github.com/IBM/nodejs-idb-pconnector
- update links to point to new repository
- refactor code base to now use airbnb style guide
- refactor code base to now use airbnb style guide

7

lib/idb-pconnector.js

@@ -15,6 +15,7 @@ /*

// do not export dbstmt and dbconn from idb-connector
delete idb.dbstmt;
delete idb.dbconn;
// export constants from idb-connector
module.exports = { ...module.exports, ...idb };
// do not export dbstmt and dbconn from idb-connector
delete module.exports.dbstmt;
delete module.exports.dbconn;
{
"name": "idb-pconnector",
"version": "1.0.3",
"version": "1.0.4",
"description": "Promise based DB2 Connector for IBM i",

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

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