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

simple-oracledb

Package Overview
Dependencies
Maintainers
1
Versions
239
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

simple-oracledb - npm Package Compare versions

Comparing version 1.2.2 to 1.2.3

1

docs/CHANGELOG.md
| Date | Version | Description |
| ----------- | ------- | ----------- |
| 2018-04-30 | v1.2.3 | Maintenance |
| 2018-04-14 | v1.2.2 | Performance improvement for pooled connection fetching (#23) |

@@ -4,0 +5,0 @@ | 2017-01-20 | v1.1.57 | connection.run, connection.transaction and oracledb.run actions can now return a promise instead of using a callback |

@@ -190,2 +190,3 @@ 'use strict';

stream.nextRow = function readNextRow(streamCallback) {
/*istanbul ignore else*/
if (!stream.closed) {

@@ -192,0 +193,0 @@ if (rowsData && rowsData.length) {

2

package.json
{
"name": "simple-oracledb",
"version": "1.2.2",
"version": "1.2.3",
"description": "Extend capabilities of oracledb with simplified API for quicker development.",

@@ -5,0 +5,0 @@ "author": {

@@ -1149,2 +1149,3 @@ # simple-oracledb

| ----------- | ------- | ----------- |
| 2018-04-30 | v1.2.3 | Maintenance |
| 2018-04-14 | v1.2.2 | Performance improvement for pooled connection fetching (#23) |

@@ -1151,0 +1152,0 @@ | 2017-01-20 | v1.1.57 | connection.run, connection.transaction and oracledb.run actions can now return a promise instead of using a callback |

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