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

oracledb

Package Overview
Dependencies
Maintainers
2
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

oracledb - npm Package Compare versions

Comparing version 2.1.0 to 2.1.1

4

CHANGELOG.md
# Change Log
## node-oracledb v2.1.1 (16 Feb 2018)
Fixed regression with querystream() in Node 4 & 6.
## node-oracledb v2.1.0 (15 Feb 2018)

@@ -4,0 +8,0 @@

2

lib/querystream.js

@@ -72,3 +72,3 @@ /* Copyright (c) 2015, 2018, Oracle and/or its affiliates. All rights reserved. */

setImmediate(function() {
self.destroy();
self._destroy(null, function() {});
});

@@ -75,0 +75,0 @@ });

@@ -1,1 +0,1 @@

339089fa3be02c1506a593b47f5e994cc674b762 Mon 12 Feb 2018 04:22:26 UTC
db778ce8413a214edb0e06f9b44edcc4a764b57c Thu 15 Feb 2018 23:08:08 UTC
{
"name": "oracledb",
"version": "2.1.0",
"version": "2.1.1",
"description": "Oracle Database driver by Oracle Corp.",

@@ -5,0 +5,0 @@ "license": "Apache-2.0",

{
"name": "oracledb",
"version": "2.1.0",
"version": "2.1.1",
"description": "Oracle Database driver by Oracle Corp.",

@@ -5,0 +5,0 @@ "license": "Apache-2.0",

@@ -27,2 +27,3 @@ # node-oracledb version 2.1

- [Database Resident Connection Pooling (DRCP)][15]
- [Privileged Connections][38]
- [External Authentication][16]

@@ -130,1 +131,2 @@ - [Array Fetches][17]

[37]: https://github.com/oracle/node-oracledb/blob/master/INSTALL.md#quickstart
[38]: https://github.com/oracle/node-oracledb/blob/master/doc/api.md#getconnectiondbattrsprivilege

Sorry, the diff of this file is not supported yet

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