Socket
Socket
Sign inDemoInstall

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 0.1.7 to 0.1.8

5

lib/connection.js

@@ -140,4 +140,7 @@ 'use strict';

splitResults = options.splitResults;
streamResults = options.streamResults;
streamResults = options.streamResults || options.stream; //support also the oracledb stream option
//use simple-oracledb streaming instead of oracledb stream capability (which is actually based on this project)
delete options.stream;
if (splitResults || streamResults) {

@@ -144,0 +147,0 @@ options.resultSet = true;

4

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

@@ -38,3 +38,3 @@ "author": {

"dependencies": {
"async": "^1.5.1"
"async": "^1.5.2"
},

@@ -41,0 +41,0 @@ "devDependencies": {

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

| ----------- | ------- | ----------- |
| 2016-01-12 | v0.1.8 | Avoid issues with oracledb stream option which is based on this library |
| 2016-01-07 | v0.1.7 | connection.query with streamResults=true returns a readable stream |

@@ -461,0 +462,0 @@ | 2015-12-30 | v0.1.6 | connection.transaction disables commit/rollback while running |

Sorry, the diff of this file is too big to display

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