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.9 to 0.1.10

6

lib/connection.js

@@ -143,5 +143,2 @@ 'use strict';

//use simple-oracledb streaming instead of oracledb stream capability (which is actually based on this project)
delete options.stream;
output = new ResultSetReadStream();

@@ -153,2 +150,5 @@ }

//use simple-oracledb streaming instead of oracledb stream capability (which is actually based on this project)
delete options.stream;
if ((!output) && (!callback)) {

@@ -155,0 +155,0 @@ throw new Error('Missing callback');

{
"name": "simple-oracledb",
"version": "0.1.9",
"version": "0.1.10",
"description": "Extend capabilities of oracledb with simplified API for quicker development.",

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

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

| ----------- | ------- | ----------- |
| 2016-01-12 | v0.1.9 | Maintenance |
| 2016-01-12 | v0.1.10 | Maintenance |
| 2016-01-12 | v0.1.8 | Avoid issues with oracledb stream option which is based on this library |

@@ -462,0 +462,0 @@ | 2016-01-07 | v0.1.7 | connection.query with streamResults=true returns a readable stream |

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